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

Method incSize

src/callTraceStorage.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 u32 incSize() {
67 return __sync_add_and_fetch(&_size, 1);
68 }
69
70 u64* keys() {
71 return (u64*)(this + 1);

Callers 1

putMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected