Home
last modified time | relevance | path

Searched defs:BytesInFreeList (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h1014 if (BytesInFreeList <= Sci->ReleaseInfo.BytesInFreeListAtLastCheckpoint) in hasChanceToReleasePages() argument
884 const uptr BytesInFreeList = Sci->AllocatedUser - InUse * BlockSize; getStats() local
957 const uptr BytesInFreeList = global() variable
[all...]
H A Dprimary64.h1128 const uptr BytesInFreeList = getStats() local
1200 uptr BytesInFreeList; global() variable
1283 hasChanceToReleasePages(RegionInfo * Region,uptr BlockSize,uptr BytesInFreeList,ReleaseToOS ReleaseType) hasChanceToReleasePages() argument
[all...]