MCPcopy Create free account
hub / github.com/apache/arrow / jemalloc_get_stat

Function jemalloc_get_stat

cpp/src/arrow/memory_pool.cc:688–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688Result<int64_t> jemalloc_get_stat(const char* name) {
689 return Status::NotImplemented("jemalloc support is not built");
690}
691
692Status jemalloc_peak_reset() {
693 return Status::NotImplemented("jemalloc support is not built");

Callers 2

TESTFunction · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.70

Calls 1

NotImplementedFunction · 0.70

Tested by 2

TESTFunction · 0.56
ASSERT_OK_AND_ASSIGNFunction · 0.56