Searched refs:maxCacheSizeBytes (Results 1 – 4 of 4) sorted by relevance
92 explicit BlobCache(size_t maxCacheSizeBytes);127 void resize(size_t maxCacheSizeBytes) { mBlobCache.resize(maxCacheSizeBytes); }
103 BlobCache::BlobCache(size_t maxCacheSizeBytes) in BlobCache() argument104 : mBlobCache(maxCacheSizeBytes), mSetBlobFunc(nullptr), mGetBlobFunc(nullptr) in BlobCache()
267 void MemoryProgramCache::resize(size_t maxCacheSizeBytes) in resize() argument269 mBlobCache.resize(maxCacheSizeBytes); in resize()
73 void resize(size_t maxCacheSizeBytes);