MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / freeEntry

Function freeEntry

Engine/source/T3D/gameBase/tickCache.cpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 static TickCacheEntry * allocEntry() { return sgTickCacheEntryStore.alloc(); }
52 static void freeEntry(TickCacheEntry * entry) { sgTickCacheEntryStore.free(entry); }
53
54 static Move * allocMove() { return sgMoveStore.alloc(); }
55 static void freeMove(Move * move) { sgMoveStore.free(move); }

Callers 4

~SimFieldDictionaryMethod · 0.85
setFieldValueMethod · 0.85
dropOldestMethod · 0.85
dropNextOldestMethod · 0.85

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected