Searched refs:sInitialPool (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/debug/
H A Ddebug_heap.cpp227 static DebugAllocPool sInitialPool; variable
234 sInitialPool.Init(sHeapBase, sHeapSize);
235 sCurrentPool = &sInitialPool;
266 if (pool != &sInitialPool)

Completed in 25 milliseconds