MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / usedMemory

Method usedMemory

src/callTraceStorage.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116size_t CallTraceStorage::usedMemory() {
117 return _used_memory + _allocator.usedMemory();
118}
119
120void CallTraceStorage::collectTraces(std::map<u32, CallTrace*>& map) {
121 for (LongHashTable* table = _current_table; table != NULL; table = table->prev()) {

Callers 3

CallTraceStorageMethod · 0.45
clearMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected