debug_malloc_chunks_on_freelist 102 kern/kern_malloc_debug.c int debug_malloc_chunks_on_freelist;
debug_malloc_chunks_on_freelist 127 kern/kern_malloc_debug.c if (debug_malloc_chunks_on_freelist < MALLOC_DEBUG_CHUNKS)
debug_malloc_chunks_on_freelist 136 kern/kern_malloc_debug.c debug_malloc_chunks_on_freelist--;
debug_malloc_chunks_on_freelist 196 kern/kern_malloc_debug.c debug_malloc_chunks_on_freelist++;
debug_malloc_chunks_on_freelist 217 kern/kern_malloc_debug.c debug_malloc_chunks_on_freelist = 0;
debug_malloc_chunks_on_freelist 274 kern/kern_malloc_debug.c debug_malloc_chunks_on_freelist++;
debug_malloc_chunks_on_freelist 333 kern/kern_malloc_debug.c (*pr)("chunks on freelist: %d\n", debug_malloc_chunks_on_freelist);