Searched refs:ptr_to_chunk (Results 1 – 5 of 5) sorted by relevance
76 chunk_p = ptr_to_chunk(allocated); in memalign()90 chunk_t *new_chunk_p = ptr_to_chunk(aligned_p); in memalign()
34 return chunk_usable(ptr_to_chunk(ptr)); in malloc_usable_size()
48 p_to_free = ptr_to_chunk(free_p); in free()
56 chunk_t *p_to_realloc = ptr_to_chunk(ptr); in realloc()
152 ptr_to_chunk(void * ptr) in ptr_to_chunk() function