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

Method memory_pool

cpp/src/arrow/memory_pool_test.cc:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51#ifdef ARROW_MIMALLOC
52struct MimallocMemoryPoolFactory {
53 static MemoryPool* memory_pool() {
54 MemoryPool* pool;
55 ABORT_NOT_OK(mimalloc_memory_pool(&pool));
56 return pool;
57 }
58};
59#endif
60

Callers

nothing calls this directly

Calls 1

mimalloc_memory_poolFunction · 0.85

Tested by

no test coverage detected