Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
CMapPoolLow::CMapPoolLow()
Callers
2
Alloc
Method · 0.80
Free
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected