Searched refs:heap_info (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Darena.c55 } heap_info; typedef in typeref:struct:_heap_info
172 dump_heap(heap_info *heap)
174 dump_heap(heap) heap_info *heap;
206 heap_info *h;
212 debug_printf("heapinfo size: %ld, mstate size: %d\n", sizeof(heap_info), sizeof(struct malloc_state));
221 h = (heap_info *)addr;

Completed in 58 milliseconds