PHILO-HE commented on code in PR #7369:
URL: https://github.com/apache/incubator-gluten/pull/7369#discussion_r1796749372
##########
cpp/velox/memory/VeloxMemoryManager.cc:
##########
@@ -378,7 +378,7 @@ VeloxMemoryManager::~VeloxMemoryManager() {
<< "ms as there are still outstanding memory resources. ";
}
#ifdef ENABLE_JEMALLOC
- je_gluten_malloc_stats_print(NULL, NULL, NULL);
+ malloc_stats_print(NULL, NULL, NULL);
#endif
Review Comment:
@zhztheplayer, just has internal users for debugging purpose. Yes, it's just
used here currently.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]