Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_secondary.h162 NumberOfFrees++; in Deallocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
186 u32 NumberOfFrees; variable
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dsecondary.h307 u32 NumberOfFrees; variable
422 NumberOfFrees++; in deallocate()
439 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
440 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/external/scudo/standalone/
Dsecondary.h463 u32 NumberOfFrees = 0; variable
592 NumberOfFrees++; in deallocate()
604 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
605 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()