Searched refs:p_to_realloc (Results 1 – 1 of 1) sorted by relevance
56 chunk_t *p_to_realloc = ptr_to_chunk(ptr); in realloc() local59 __malloc_validate_block(p_to_realloc); in realloc()62 size_t old_size = _size(p_to_realloc); in realloc()69 void *chunk_e = chunk_end(p_to_realloc); in realloc()73 if (__malloc_grow_chunk(p_to_realloc, new_size)) in realloc()101 _set_size(p_to_realloc, old_size); in realloc()104 if (p_to_realloc < r) in realloc()120 _set_size(p_to_realloc, new_size); in realloc()121 make_free_chunk(chunk_after(p_to_realloc), extra); in realloc()