Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ clear
Method
clear
TheForceEngine/TFE_System/memoryPool.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void MemoryPool::clear()
23
{
24
m_ptr = 0u;
25
}
26
27
void* MemoryPool::allocate(size_t size)
28
{
Callers
15
parseCommandLine
Function · 0.45
frameBegin
Function · 0.45
frameEnd
Function · 0.45
tokenizeLine
Method · 0.45
addPoint
Function · 0.45
computeTriangulation
Function · 0.45
buildContour
Function · 0.45
buildPathsFromContours
Function · 0.45
addEdgeIntersectionsToPoly
Function · 0.45
insertPointsIntoPolygons
Function · 0.45
clipPolygons
Function · 0.45
Clear
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected