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

/freebsd-13-stable/contrib/jemalloc/src/
H A Darena.c436 size_t mapped_add; local
454 * mapped_add isn't used below, so there's no need to
457 mapped_add = size;
460 mapped_add = 0;
467 if (mapped_add != 0) {
469 &arena->stats.mapped, mapped_add);

Completed in 103 milliseconds