Searched refs:old_top_size (Results 1 – 2 of 2) sorted by relevance
1085 INTERNAL_SIZE_T old_top_size = chunksize(old_top); local1086 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));1111 top_size = sbrk_size + old_top_size;1153 if (old_top_size < MINSIZE)1160 old_top_size = (old_top_size - 3*SIZE_SZ) & ~MALLOC_ALIGN_MASK;1161 set_head_size(old_top, old_top_size);1162 chunk_at_offset(old_top, old_top_size )->size =1164 chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =1167 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)
Completed in 18 milliseconds