Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h80 Stats.sub(StatFree, ClassSize); in allocate()
97 Stats.add(StatFree, ClassSize); in deallocate()
H A Dstats.h21 enum StatType { StatAllocated, StatFree, StatMapped, StatCount }; enumerator
H A Dwrappers_c.inc48 Info.fsmblks = static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatFree]);
66 Info.fsmblks = Stats[scudo::StatFree];
H A Dcombined.h203 Stats.add(StatFree, static_cast<uptr>(Opt.MaxSimultaneousAllocations) * in initGwpAsan()
319 Stats.sub(StatFree, GuardedAllocSlotSize);
533 Stats.add(StatFree, GuardedAllocSlotSize);
594 Stats.add(StatFree, GuardedAllocSlotSize);
H A Dprimary64.h406 C->getStats().add(StatFree, AllocatedUser); in populateFreeList()
H A Dprimary32.h396 C->getStats().add(StatFree, AllocatedUser); in populateFreeList()