Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
uint64_t GetCurrentTotalMallocAllocation(int index) {
132
return total_memory_allocations[index];
133
}
134
135
size_t GetCurrentNumberOfMallocAllocations() {
136
return allocations_count;
Callers
2
Update
Method · 0.85
DrawImGui
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected