Searched refs:sCurrentPool (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp226 static DebugAllocPool* sCurrentPool; variable
233 if (sCurrentPool == NULL) {
235 sCurrentPool = &sInitialPool;
236 return sCurrentPool;
239 DebugAllocPool* pool = sCurrentPool->CreateChildPool();
243 sCurrentPool = pool;
244 return sCurrentPool;
251 if (pool == NULL || sCurrentPool == NULL)
255 DebugAllocPool* otherPool = sCurrentPool;
263 sCurrentPool
[all...]

Completed in 36 milliseconds