Home
last modified time | relevance | path

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

/malloc/
A Darena.c645 mchunkptr top_chunk = top (ar_ptr), p; in heap_trim() local
651 while (top_chunk == chunk_at_offset (heap, sizeof (*heap))) in heap_trim()
683 top (ar_ptr) = top_chunk = p; in heap_trim()
684 set_head (top_chunk, new_size | PREV_INUSE); in heap_trim()
691 top_size = chunksize (top_chunk); in heap_trim()
712 set_head (top_chunk, (top_size - extra) | PREV_INUSE); in heap_trim()

Completed in 5 milliseconds