Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ jemalloc_peak_reset
Function
jemalloc_peak_reset
cpp/src/arrow/memory_pool.cc:692–694 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
690
}
691
692
Status jemalloc_peak_reset() {
693
return Status::NotImplemented(
"jemalloc support is not built"
);
694
}
695
696
Status jemalloc_stats_print(const char* opts) {
697
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