Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getCurrentPool
Method
getCurrentPool
core/base/AutoreleasePool.cpp:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
AutoreleasePool* PoolManager::getCurrentPool() const
146
{
147
return _releasePoolStack.back();
148
}
149
150
bool PoolManager::isObjectInPools(Object* obj) const
151
{
Callers
4
restartDirector
Method · 0.80
mainLoop
Method · 0.80
release
Method · 0.80
autorelease
Method · 0.80
Calls
1
back
Method · 0.45
Tested by
no test coverage detected