Searched defs:CachedBlock (Results 1 – 3 of 3) sorted by relevance
72 struct CachedBlock { struct73 static constexpr u16 CacheIndexMax = UINT16_MAX;74 static constexpr u16 EndOfListVal = CacheIndexMax;105 CachedBlock retrieve(UNUSED uptr MaxAllowedFragmentedBytes, UNUSED uptr Size, in retrieve() argument
420 struct CachedBlock { struct422 CachedBlock* next; argument