Searched refs:NumberOfFrees (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_allocator_secondary.h | 162 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/ |
D | secondary.h | 307 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/ |
D | secondary.h | 463 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()
|