MCPcopy 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
22void MemoryPool::clear()
23{
24 m_ptr = 0u;
25}
26
27void* MemoryPool::allocate(size_t size)
28{

Callers 15

parseCommandLineFunction · 0.45
frameBeginFunction · 0.45
frameEndFunction · 0.45
tokenizeLineMethod · 0.45
addPointFunction · 0.45
computeTriangulationFunction · 0.45
buildContourFunction · 0.45
buildPathsFromContoursFunction · 0.45
insertPointsIntoPolygonsFunction · 0.45
clipPolygonsFunction · 0.45
ClearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected