Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h56 Stats.sub(StatFree, ClassSize); in allocate()
73 Stats.add(StatFree, ClassSize); in deallocate()
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.h206 Stats.add(StatFree, static_cast<uptr>(Opt.MaxSimultaneousAllocations) * in initGwpAsan()
331 Stats.sub(StatFree, GuardedAllocSlotSize);
541 Stats.add(StatFree, GuardedAllocSlotSize);
602 Stats.add(StatFree, GuardedAllocSlotSize);
H A Dprimary32.h854 C->getStats().add(StatFree, AllocatedUser); in populateFreeList()
H A Dprimary64.h1062 C->getStats().add(StatFree, AllocatedUser); in populateFreeListAndPopBatch()