MCPcopy Create free account
hub / github.com/assaultcube/AC / freeblockp

Function freeblockp

source/src/worldlight.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void freeblockp(block *b)
432{
433 delete[] (uchar *)b;
434}
435
436void freeblock(block *&b)
437{

Callers 4

freeblockFunction · 0.85
loopvrevFunction · 0.85
netblockpastexyFunction · 0.85
loopvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected