zhztheplayer commented on code in PR #7369:
URL: https://github.com/apache/incubator-gluten/pull/7369#discussion_r1779869024


##########
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:
   Does this feature actually have users? I see this is the only usage of 
`jemalloc.h` in Gluten.



-- 
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]

Reply via email to