STATS_ADD
STATS_ADD(d->malloc_used, sz);
STATS_ADD(d->malloc_used, MALLOC_PAGESIZE *
STATS_ADD(pool->malloc_guarded, mopts.malloc_guard);
STATS_ADD(d[1].malloc_used, roundup_sz + 2 * MALLOC_PAGESIZE);
STATS_ADD(pool->malloc_used, needed);
STATS_ADD(pool->malloc_guarded, mopts.malloc_guard);
STATS_ADD(d->malloc_used, newsize);
STATS_ADD(d->malloc_used, cache->max * sz);