Lines Matching refs:mmapped
3575 " attempt to check every non-mmapped allocated and free chunk in the\n" +
3576 " course of computing the summmaries. (By nature, mmapped regions\n" +
4083 " int arena; /* non-mmapped space allocated from system */\n" +
4086 " int hblks; /* number of mmapped regions */\n" +
4087 " int hblkhd; /* space in mmapped regions */\n" +
4251 (" arena: current total non-mmapped bytes allocated from system\n" +
4255 " hblks: current number of mmapped regions\n" +
4256 " hblkhd: total bytes held in mmapped regions\n" +
4260 " uordblks: current total allocated space (normal or mmapped)\n" +
4653 " 1. Mmapped space can ALWAYS be individually released back\n" +
5289 " macros for which mmapped chunks should never be seen. This should\n" +
5929 " return; /* mmapped chunks have no next/prev */\n" +
6192 " allocated mmapped regions, try to directly map this request\n" +
6202 " Round up size to nearest page. For mmapped chunks, the overhead\n" +
6216 " The offset to the start of the mmapped region is stored\n" +
7052 " Consolidate other non-mmapped chunks as they arrive.\n" +
7571 " /* For mmapped chunks, just adjust offset */\n" +