Searched refs:old_top_size (Results 1 – 2 of 2) sorted by relevance
1075 INTERNAL_SIZE_T old_top_size = chunksize(old_top); local1076 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));1101 top_size = sbrk_size + old_top_size;1143 if (old_top_size < MINSIZE)1150 old_top_size = (old_top_size - 3*SIZE_SZ) & ~MALLOC_ALIGN_MASK;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 =1157 if (old_top_size >= MINSIZE)
1940 INTERNAL_SIZE_T old_top_size = chunksize(old_top);1941 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));1966 top_size = sbrk_size + old_top_size;2008 if (old_top_size < MINSIZE)2015 old_top_size = (old_top_size - 3*SIZE_SZ) & ~MALLOC_ALIGN_MASK;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 =2022 if (old_top_size >= MINSIZE)