We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19ad55 commit f8efcb7Copy full SHA for f8efcb7
src/snmalloc/override/malloc-extensions.cc
@@ -6,8 +6,8 @@ using namespace snmalloc;
6
7
void get_malloc_info_v1(malloc_info_v1* stats)
8
{
9
- auto curr = StandardConfig::Backend::get_current_usage();
10
- auto peak = StandardConfig::Backend::get_peak_usage();
+ auto curr = Alloc::Config::Backend::get_current_usage();
+ auto peak = Alloc::Config::Backend::get_peak_usage();
11
stats->current_memory_usage = curr;
12
stats->peak_memory_usage = peak;
13
}
0 commit comments