Searched refs:chunk_e (Results 1 – 2 of 2) sorted by relevance
69 void *chunk_e = chunk_end(p_to_realloc); in realloc() local76 memset(chunk_e, '\0', new_size - old_size); in realloc()89 if (r == chunk_e) in realloc()
100 char *chunk_e = chunk_end(c); in __malloc_grow_chunk() local102 if (chunk_e != __malloc_sbrk_top) in __malloc_grow_chunk()110 if (heap == chunk_e) in __malloc_grow_chunk()