MCPcopy Create free account
hub / github.com/JACoders/OpenJK / bOwnsNode

Method bOwnsNode

code/qcommon/hstring.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 bool bOwnsNode(void *node)
60 {
61 return((((SMapNode *)node)>=&mNodes[0])&&(((SMapNode *)node)<&mNodes[MAPBLOCK_SIZE_NODES]));
62 }
63};
64
65CMapPoolLow::CMapPoolLow()

Callers 2

AllocMethod · 0.80
FreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected