Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dkern_malloc_debug.c88 struct debug_malloc_entry { struct
89 TAILQ_ENTRY(debug_malloc_entry) md_list;
96 TAILQ_HEAD(,debug_malloc_entry) debug_malloc_freelist; argument
97 TAILQ_HEAD(,debug_malloc_entry) debug_malloc_usedlist;
111 struct debug_malloc_entry *md = NULL; in debug_malloc()
159 struct debug_malloc_entry *md; in debug_free()
219 pool_init(&debug_malloc_pool, sizeof(struct debug_malloc_entry), in debug_malloc_init()
235 struct debug_malloc_entry *md; in debug_malloc_allocate_free()
289 struct debug_malloc_entry *md; in debug_malloc_printit()