MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetCurrentNumberOfMallocAllocations

Function GetCurrentNumberOfMallocAllocations

Source/Memory/allocation.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135size_t GetCurrentNumberOfMallocAllocations() {
136 return allocations_count;
137}
138#else
139void* og_malloc(size_t size, uint8_t source_id) {
140 return malloc(size);

Callers 2

UpdateMethod · 0.85
DrawImGuiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected