Home
last modified time | relevance | path

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

/dports/devel/dmalloc/dmalloc-5.6.5/
H A Dchunk.h318 unsigned long *total_space_p,
H A Duser_malloc.h709 unsigned long *total_space_p,
H A Duser_malloc.c1897 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 Dchunk.c3070 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 Ddmalloc.texi1185 …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…