Home
last modified time | relevance | path

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

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