Searched refs:old_top (Results 1 – 2 of 2) sorted by relevance
1074 mchunkptr old_top = top; /* Record state of old top */ local1075 INTERNAL_SIZE_T old_top_size = chunksize(old_top);1076 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));1094 (brk < old_end && old_top != initial_top))1136 if (old_top != initial_top)1151 set_head_size(old_top, old_top_size);1152 chunk_at_offset(old_top, old_top_size )->size =1154 chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =1158 fREe(chunk2mem(old_top));
1939 mchunkptr old_top = top; /* Record state of old top */1940 INTERNAL_SIZE_T old_top_size = chunksize(old_top);1941 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));1959 (brk < old_end && old_top != initial_top))2001 if (old_top != initial_top)2016 set_head_size(old_top, old_top_size);2017 chunk_at_offset(old_top, old_top_size )->size =2019 chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =2023 fREe(chunk2mem(old_top));