Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetAllocator
Method
GetAllocator
cpp/src/arrow/memory_pool_benchmark.cc:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
#ifdef ARROW_JEMALLOC
34
struct Jemalloc {
35
static Result<MemoryPool*> GetAllocator() {
36
MemoryPool* pool;
37
RETURN_NOT_OK(jemalloc_memory_pool(&pool));
38
return pool;
39
}
40
};
41
#endif
42
Callers
6
SetString
Method · 0.45
SetBool
Method · 0.45
Serialize
Method · 0.45
Serialize
Method · 0.45
Serialize
Method · 0.45
Visit
Method · 0.45
Calls
1
jemalloc_memory_pool
Function · 0.85
Tested by
no test coverage detected