Searched refs:chunk_after (Results 1 – 4 of 4) sorted by relevance
73 if (chunk_after(r) == p_to_free) in free()89 if (chunk_after(p_to_free) == r) in free()
105 make_free_chunk(chunk_after(chunk_p), offset); in memalign()
121 make_free_chunk(chunk_after(p_to_realloc), extra); in realloc()
188 chunk_after(chunk_t *c) in chunk_after() function