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

Method memory_pool

cpp/src/arrow/memory_pool_test.cc:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#ifdef ARROW_JEMALLOC
42struct JemallocMemoryPoolFactory {
43 static MemoryPool* memory_pool() {
44 MemoryPool* pool;
45 ABORT_NOT_OK(jemalloc_memory_pool(&pool));
46 return pool;
47 }
48};
49#endif
50

Callers

nothing calls this directly

Calls 1

jemalloc_memory_poolFunction · 0.85

Tested by

no test coverage detected