Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h226 GuardedAllocSlotSize = in initGwpAsan()
229 GuardedAllocSlotSize); in initGwpAsan()
352 Stats.add(StatAllocated, GuardedAllocSlotSize);
353 Stats.sub(StatFree, GuardedAllocSlotSize);
444 Stats.add(StatFree, GuardedAllocSlotSize);
445 Stats.sub(StatAllocated, GuardedAllocSlotSize);
505 Stats.add(StatFree, GuardedAllocSlotSize);
506 Stats.sub(StatAllocated, GuardedAllocSlotSize);
973 uptr GuardedAllocSlotSize = 0; variable