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

Method GetAllocator

cpp/src/arrow/memory_pool_benchmark.cc:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28struct SystemAlloc {
29 static Result<MemoryPool*> GetAllocator() { return system_memory_pool(); }
30};
31
32#ifdef ARROW_JEMALLOC

Callers

nothing calls this directly

Calls 1

system_memory_poolFunction · 0.85

Tested by

no test coverage detected