Searched refs:chunk_e (Results 1 – 1 of 1) sorted by relevance
287 char *chunk_e = chunk_end(c); in __malloc_grow_chunk() local289 if (chunk_e != __malloc_sbrk_top) in __malloc_grow_chunk()297 if (heap == chunk_e) in __malloc_grow_chunk()555 void *chunk_e = chunk_end(p_to_realloc); in realloc() local562 memset(chunk_e, '\0', new_size - old_size); in realloc()575 if (r == chunk_e) in realloc()