Lines Matching refs:Stats
175 Stats.init(); in init()
181 Secondary.init(&Stats, ReleaseToOsIntervalMs); in init()
228 Stats.add(StatFree, static_cast<uptr>(Opt.MaxSimultaneousAllocations) * in initGwpAsan()
263 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache()
274 TSD->getCache().destroy(&Stats); in commitBack()
351 Stats.lock();
352 Stats.add(StatAllocated, GuardedAllocSlotSize);
353 Stats.sub(StatFree, GuardedAllocSlotSize);
354 Stats.unlock();
443 Stats.lock();
444 Stats.add(StatFree, GuardedAllocSlotSize);
445 Stats.sub(StatAllocated, GuardedAllocSlotSize);
446 Stats.unlock();
504 Stats.lock();
505 Stats.add(StatFree, GuardedAllocSlotSize);
506 Stats.sub(StatAllocated, GuardedAllocSlotSize);
507 Stats.unlock();
606 Stats.disable(); in disable()
619 Stats.enable(); in enable()
777 Stats.get(S); in getStats()
964 GlobalStats Stats; variable