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

Function jemalloc_stats_print

cpp/src/arrow/memory_pool.cc:701–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701Status jemalloc_stats_print(const char* opts) {
702 return Status::NotImplemented("jemalloc support is not built");
703}
704
705Status jemalloc_stats_print(std::function<void(const char*)> write_cb, const char* opts) {
706 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