Searched refs:old_end (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c4046 char* old_end = oldsp->base + oldsp->size; local
4048 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK);
4075 if ((char*)(&(nextp->head)) < old_end)

Completed in 62 milliseconds