Lines Matching refs:mmsize
3841 size_t mmsize = mmap_align(nb + SIX_SIZE_T_SIZES + CHUNK_ALIGN_MASK);
3843 size_t fp = m->footprint + mmsize;
3847 if (mmsize > nb) { /* Check for wrap around 0 */
3848 char* mm = (char*)(CALL_DIRECT_MMAP(mmsize));
3851 size_t psize = mmsize - offset - MMAP_FOOT_PAD;
3861 if ((m->footprint += mmsize) > m->max_footprint)