Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ jemalloc_get_stat
Function
jemalloc_get_stat
cpp/src/arrow/memory_pool.cc:693–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
691
}
692
693
Result<int64_t> jemalloc_get_stat(const char* name) {
694
return Status::NotImplemented(
"jemalloc support is not built"
);
695
}
696
697
Status jemalloc_peak_reset() {
698
return Status::NotImplemented(
"jemalloc support is not built"
);
Callers
2
TEST
Function · 0.70
ASSERT_OK_AND_ASSIGN
Function · 0.70
Calls
1
NotImplemented
Function · 0.70
Tested by
2
TEST
Function · 0.56
ASSERT_OK_AND_ASSIGN
Function · 0.56