Lines Matching refs:uintptr_t
154 std::atomic<uintptr_t> oldest;
157 uintptr_t lastCleanedAge;
169 uintptr_t lastGet;
188 …bool cleanToThreshold(ExtMemoryPool *extMemPool, BinBitMask *bitMask, uintptr_t currTime, int idx);
206 void forgetOutdatedState(uintptr_t currTime);
210 LargeMemoryBlock *cleanToThreshold(uintptr_t currTime, BinBitMask *bitMask, int idx);
223 void updateAgeThreshold( uintptr_t currTime ) { in updateAgeThreshold()
230 void setLastGet( uintptr_t newLastGet ) { in setLastGet()
263 bool regularCleanup(ExtMemoryPool *extMemPool, uintptr_t currAge, bool doThreshDecr);
322 std::atomic<uintptr_t> cacheCurrTime;
344 bool isCleanupNeededOnRange(uintptr_t range, uintptr_t currTime);
347 bool doCleanup(uintptr_t currTime, bool doThreshDecr);
368 uintptr_t getCurrTimeRange(uintptr_t range);