MCPcopy Create free account
hub / github.com/Restream/reindexer / allocdebug_show

Function allocdebug_show

cpp_src/debug/allocdebug.cc:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89size_t get_alloc_cnt_total() { return ismt ? tracer_mt.alloced_cnt_total.load() : tracer.alloced_cnt_total; }
90
91void allocdebug_show() {
92 logFmt(LogInfo, "meminfo (alloced {}M, {} total allocs, {} remain)", get_alloc_size() / (1024 * 1024), get_alloc_cnt_total(),
93 get_alloc_cnt());
94}

Callers

nothing calls this directly

Calls 3

get_alloc_sizeFunction · 0.85
get_alloc_cnt_totalFunction · 0.85
get_alloc_cntFunction · 0.85

Tested by

no test coverage detected