rok commented on code in PR #13516: URL: https://github.com/apache/arrow/pull/13516#discussion_r966342012
########## 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: Changed. I've gone with a subset as I don't think we'll need `int64_t` and `int64_t` for now. Should these be `Status` or `Result`? -- 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]
