rok commented on code in PR #13516:
URL: https://github.com/apache/arrow/pull/13516#discussion_r963108380


##########
cpp/src/arrow/memory_pool.h:
##########
@@ -180,6 +180,12 @@ Status jemalloc_set_decay_ms(int ms);
 /// May return NotImplemented if mimalloc is not available.
 ARROW_EXPORT Status mimalloc_memory_pool(MemoryPool** out);
 
+ARROW_EXPORT Status jemalloc_mallctl(const char* name, void* oldp, size_t* 
oldlenp,

Review Comment:
   Higher level API does make sense. I suppose we also want to provide some 
tests with useful examples.



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

Reply via email to