Searched refs:old_top_size (Results 1 – 1 of 1) sorted by relevance
2116 INTERNAL_SIZE_T old_top_size = chunksize(old_top); local2117 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));2144 top_size = sbrk_size + old_top_size;2194 if (old_top_size < MINSIZE) 2201 old_top_size = (old_top_size - 3*SIZE_SZ) & ~MALLOC_ALIGN_MASK;2202 set_head_size(old_top, old_top_size);2203 chunk_at_offset(old_top, old_top_size )->size =2205 chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =2208 if (old_top_size >= MINSIZE)