Searched refs:REQUIRES (Results 1 – 9 of 9) sorted by relevance
26 void notifyAllImpl(UNUSED HybridMutex &M) REQUIRES(M) {} in notifyAllImpl()28 void waitImpl(UNUSED HybridMutex &M) REQUIRES(M) { in waitImpl()
75 typename Allocator::CacheT &getCache() REQUIRES(Mutex) { return Cache; } in getCache()76 typename Allocator::QuarantineCacheT &getQuarantineCache() REQUIRES(Mutex) { in getQuarantineCache()
449 uptr allocateRegion(SizeClassInfo *Sci, uptr ClassId) REQUIRES(Sci->Mutex) { in allocateRegion()478 REQUIRES(Sci->Mutex) { in pushBatchClassBlocks()607 REQUIRES(Sci->Mutex) {717 REQUIRES(Sci->Mutex) { in popBlocksImpl()786 REQUIRES(Sci->Mutex) { in populateFreeList()878 REQUIRES(Sci->Mutex) { in getStats()902 ScopedString *Str) REQUIRES(Sci->Mutex) { in getSizeClassFragmentationInfo()953 REQUIRES(Sci->Mutex) {1015 REQUIRES(Sci->Mutex) { in hasChanceToReleasePages()1078 REQUIRES(Sci->Mutex) { in markFreeBlocks()
608 REQUIRES(Region->MMLock) { in initRegion()631 REQUIRES(Region->FLLock) { in pushBatchClassBlocks()759 REQUIRES(Region->FLLock) {944 REQUIRES(Region->FLLock) { in popBlocksImpl()1017 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) { in populateFreeListAndPopBlocks()1122 REQUIRES(Region->MMLock, Region->FLLock) { in getStats()1151 ScopedString *Str) REQUIRES(Region->MMLock) { in getRegionFragmentationInfo()1198 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) {1284 REQUIRES(Region->MMLock, Region->FLLock) { in hasChanceToReleasePages()1349 REQUIRES(Region->MMLock, Region->FLLock) { in collectGroupsToRelease()[all …]
170 void getAllImpl(ScopedString &Str) REQUIRES(Mutex) { in getAllImpl()184 REQUIRES(Mutex) { in REQUIRES() function
34 #define REQUIRES(...) \ macro
55 void init(Allocator *Instance) REQUIRES(Mutex) { in init()
50 void init(Allocator *Instance) REQUIRES(Mutex) { in init()
458 void releaseIfOlderThan(CachedBlock &Entry, u64 Time) REQUIRES(Mutex) { in releaseIfOlderThan()