Home
last modified time | relevance | path

Searched refs:old_top (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Ddlmalloc.c1074 mchunkptr old_top = top; /* Record state of old top */ local
1075 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));
H A Ddlmalloc.src1939 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));