Home
last modified time | relevance | path

Searched refs:otherPool (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp255 DebugAllocPool* otherPool = sCurrentPool; in delete_debug_alloc_pool() local
256 while (otherPool != NULL && otherPool != pool) in delete_debug_alloc_pool()
257 otherPool = otherPool->Parent(); in delete_debug_alloc_pool()
259 if (otherPool == NULL) in delete_debug_alloc_pool()