Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dkern_malloc_debug.c106 struct pool debug_malloc_pool; variable
219 pool_init(&debug_malloc_pool, sizeof(struct debug_malloc_entry), in debug_malloc_init()
239 md = pool_get(&debug_malloc_pool, wait ? PR_WAITOK : PR_NOWAIT); in debug_malloc_allocate_free()
246 pool_put(&debug_malloc_pool, md); in debug_malloc_allocate_free()
265 pool_put(&debug_malloc_pool, md); in debug_malloc_allocate_free()