Searched refs:total_space_p (Results 1 – 5 of 5) sorted by relevance
/dports/devel/dmalloc/dmalloc-5.6.5/ |
H A D | chunk.h | 318 unsigned long *total_space_p,
|
H A D | user_malloc.h | 709 unsigned long *total_space_p,
|
H A D | user_malloc.c | 1897 unsigned long *total_space_p, in dmalloc_get_stats() argument 1905 _dmalloc_chunk_get_stats(heap_low_p, heap_high_p, total_space_p, in dmalloc_get_stats()
|
H A D | chunk.c | 3070 unsigned long *total_space_p, in _dmalloc_chunk_get_stats() argument 3080 SET_POINTER(total_space_p, (user_block_c + admin_block_c) * BLOCK_SIZE); in _dmalloc_chunk_get_stats()
|
H A D | dmalloc.texi | 1185 …ar{heap_low_p}, DMALLOC_PNT * @var{heap_high_p}, unsigned long * @var{total_space_p}, unsigned lon… 1188 @code{heap_high_p} will be set to the low and high spots in the heap. @code{total_space_p} will be…
|