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

Function GetCurrentTotalMallocAllocation

Source/Memory/allocation.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131uint64_t GetCurrentTotalMallocAllocation(int index) {
132 return total_memory_allocations[index];
133}
134
135size_t GetCurrentNumberOfMallocAllocations() {
136 return allocations_count;

Callers 2

UpdateMethod · 0.85
DrawImGuiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected