MCPcopy 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
145AutoreleasePool* PoolManager::getCurrentPool() const
146{
147 return _releasePoolStack.back();
148}
149
150bool PoolManager::isObjectInPools(Object* obj) const
151{

Callers 4

restartDirectorMethod · 0.80
mainLoopMethod · 0.80
releaseMethod · 0.80
autoreleaseMethod · 0.80

Calls 1

backMethod · 0.45

Tested by

no test coverage detected