Searched defs:maxCacheSizeBytes (Results 1 – 3 of 3) sorted by relevance
112 void resize(size_t maxCacheSizeBytes) { mBlobCache.resize(maxCacheSizeBytes); } in resize()
240 void MemoryProgramCache::resize(size_t maxCacheSizeBytes) in resize()
19 BlobCache::BlobCache(size_t maxCacheSizeBytes) in BlobCache()