summaryrefslogtreecommitdiffstats
path: root/include/utils/LruCache.h
Commit message (Expand)AuthorAgeFilesLines
* LruCache: avoid copying keys in lookupSergio Giro2016-07-201-15/+40
* libutils: fix cache removal when callback invalidates the keySergio Giro2015-11-201-1/+1
* Use std::unique_ptr instead of UniquePtr.Dan Albert2015-11-051-3/+2
* system/core: fix iterator for LruCacheSergio Giro2015-10-121-3/+16
* system/core: change LruCache to use unordered_set instead of BasicHashTableSergio Giro2015-09-301-71/+82
* am 7aa8cdfb: am 21157abc: am 8814bd1d: Merge "include: cleanup for -Wsystem-h...Mark Salyzyn2014-05-231-4/+8
|\
| * include: cleanup for -Wsystem-headerMark Salyzyn2014-05-231-4/+8
| * Revert "Move to the canonical UniquePtr.h."Elliott Hughes2014-02-041-1/+1
| * Move to the canonical UniquePtr.h.Elliott Hughes2014-02-041-1/+1
* | Add a peekOldestValueJohn Reck2014-04-111-0/+9
* | Use canonical UniquePtr.h fileKenny Root2013-09-111-1/+1
|/
* libutils clean-upMathias Agopian2013-07-301-2/+9
* Add LruCache::IteratorRomain Guy2013-07-301-24/+26
* Add another ifndef and a couple of methods to LruCacheRomain Guy2013-07-301-0/+24
* Add #ifndef to prevent multiple definitionsRomain Guy2013-07-301-0/+5
* Add an LRU cache plus hashing primitivesRaph Levien2013-07-301-0/+199