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

Function jemalloc_set_decay_ms

cpp/src/arrow/memory_pool.cc:689–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687
688#ifndef ARROW_JEMALLOC
689Status jemalloc_set_decay_ms(int ms) {
690 return Status::NotImplemented("jemalloc support is not built");
691}
692
693Result<int64_t> jemalloc_get_stat(const char* name) {
694 return Status::NotImplemented("jemalloc support is not built");

Callers 1

TESTFunction · 0.70

Calls 1

NotImplementedFunction · 0.70

Tested by 1

TESTFunction · 0.56