pmem / CacheLib

Pluggable in-process caching engine to build and scale high performance services
https://www.cachelib.org
Apache License 2.0
5 stars 13 forks source link

Fixed total cache size in CacheMemoryStats #38

Closed victoria-mcgrath closed 2 years ago

victoria-mcgrath commented 2 years ago

CacheMemoryStats CacheAllocator::getCacheMemoryStats() incorrectly returned cache size of the 0-th memory tier as a total cache size.


This change is Reviewable

vinser52 commented 2 years ago

Please squash your commits before merging. Also for personal working branches, it is better to rebase instead of merge.