Home
last modified time | relevance | path

Searched refs:StatFree (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h56 Stats.sub(StatFree, ClassSize); in isEmpty()
73 Stats.add(StatFree, ClassSize);
H A Dstats.h22 enum StatType { StatAllocated, StatFree, StatMapped, StatCount }; enumerator
H A Dwrappers_c.inc80 Info.fsmblks = static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatFree]);
100 Info.fsmblks = Stats[scudo::StatFree];
H A Dcombined.h228 Stats.add(StatFree, static_cast<uptr>(Opt.MaxSimultaneousAllocations) * in initGwpAsan()
353 Stats.sub(StatFree, GuardedAllocSlotSize);
444 Stats.add(StatFree, GuardedAllocSlotSize);
505 Stats.add(StatFree, GuardedAllocSlotSize);
H A Dprimary32.h861 C->getStats().add(StatFree, AllocatedUser); in populateFreeList()
H A Dprimary64.h1115 C->getStats().add(StatFree, AllocatedUser); in populateFreeListAndPopBlocks()