Searched refs:top_size (Results 1 – 3 of 3) sorted by relevance
1072 INTERNAL_SIZE_T top_size; /* new size of top chunk */ local1101 top_size = sbrk_size + old_top_size;1102 set_head(top, top_size | PREV_INUSE);1133 top_size = new_brk - brk + correction;1134 set_head(top, top_size | PREV_INUSE);1168 assert(((unsigned long)((char*)top + top_size) & (pagesz - 1)) == 0);2169 long top_size; /* Amount of top-most memory */ local2176 top_size = chunksize(top);2177 extra = ((top_size - pad - MINSIZE + (pagesz-1)) / pagesz - 1) * pagesz;2186 if (current_brk != (char*)(top) + top_size)[all …]
1937 INTERNAL_SIZE_T top_size; /* new size of top chunk */1966 top_size = sbrk_size + old_top_size;1967 set_head(top, top_size | PREV_INUSE);1998 top_size = new_brk - brk + correction;1999 set_head(top, top_size | PREV_INUSE);2033 assert(((unsigned long)((char*)top + top_size) & (pagesz - 1)) == 0);2948 long top_size; /* Amount of top-most memory */2955 top_size = chunksize(top);2956 extra = ((top_size - pad - MINSIZE + (pagesz-1)) / pagesz - 1) * pagesz;2965 if (current_brk != (char*)(top) + top_size)[all …]
266 int64_t base_size, top_size; in commit_start() local287 top_size = bdrv_getlength(top); in commit_start()288 if (top_size < 0) { in commit_start()289 error_setg_errno(errp, -top_size, "Could not inquire top image size"); in commit_start()294 if (base_size < top_size) { in commit_start()