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

/netbsd-current/external/bsd/jemalloc/dist/src/
H A Darena.c336 size_t mapped_add; local
354 * mapped_add isn't used below, so there's no need to
357 mapped_add = size;
360 mapped_add = 0;
367 if (mapped_add != 0) {
369 &arena->stats.mapped, mapped_add);

Completed in 121 milliseconds