Searched refs:chunk_to_ptr (Results 1 – 2 of 2) sorted by relevance
203 ptr = chunk_to_ptr(r); in malloc()224 assert (__align_up(chunk_to_ptr(r), MALLOC_CHUNK_ALIGN) == chunk_to_ptr(r)); in __malloc_validate_block()
159 chunk_to_ptr(chunk_t *c) in chunk_to_ptr() function224 __malloc_free(chunk_to_ptr(c)); in make_free_chunk()