Searched refs:maxTotalSize (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DBlobCache.h43 // (key sizes plus value sizes) will not exceed maxTotalSize.
44 BlobCache(size_t maxKeySize, size_t maxValueSize, size_t maxTotalSize);
51 // put in the cache (based on the maxKeySize, maxValueSize, and maxTotalSize
/system/core/libutils/
H A DBlobCache.cpp39 BlobCache::BlobCache(size_t maxKeySize, size_t maxValueSize, size_t maxTotalSize): argument
42 mMaxTotalSize(maxTotalSize),

Completed in 121 milliseconds