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

Method usedMemory

src/codeCache.h:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 size_t usedMemory() {
238 return _used_memory;
239 }
240
241 void add(CodeCache* lib) {
242 int index = loadAcquire(_count);

Callers 1

addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected