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

/haiku/src/system/kernel/debug/
H A Ddebug.cpp812 DebugAllocPool* allocPool = create_debug_alloc_pool();
H A Ddebug_heap.cpp36 struct DebugAllocPool { struct
54 DebugAllocPool* CreateChildPool()
61 DebugAllocPool* pool
62 = (DebugAllocPool*)Allocate(sizeof(DebugAllocPool));
89 DebugAllocPool* Parent() const
127 kprintf("DebugAllocPool::Free(%p): bad address\n", address);
135 kprintf("DebugAllocPool::Free(%p): double free\n", address);
216 DebugAllocPool* fParent;
217 DebugAllocPool* fChil
[all...]
/haiku/headers/private/kernel/
H A Ddebug_heap.h11 struct DebugAllocPool;
12 typedef struct DebugAllocPool debug_alloc_pool;
67 DebugAllocPool* fPool;

Completed in 109 milliseconds