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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c3887 size_t mmsize = mmap_align(nb + SIX_SIZE_T_SIZES + CHUNK_ALIGN_MASK); local
3889 size_t fp = m->footprint + mmsize;
3893 if (mmsize > nb) { /* Check for wrap around 0 */
3894 char* mm = (char*)(CALL_DIRECT_MMAP(mmsize));
3897 size_t psize = mmsize - offset - MMAP_FOOT_PAD;
3907 if ((m->footprint += mmsize) > m->max_footprint)

Completed in 46 milliseconds