Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
size_t GetCurrentNumberOfMallocAllocations() {
136
return allocations_count;
137
}
138
#else
139
void* og_malloc(size_t size, uint8_t source_id) {
140
return malloc(size);
Callers
2
Update
Method · 0.85
DrawImGui
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected