summaryrefslogtreecommitdiff
path: root/memory
AgeCommit message (Expand)Author
2024-04-30Set optimize_filters_for_memory by default (#12377)Peter Dillinger
2024-03-22Replace ScopedArenaIterator with ScopedArenaPtr<InternalIterator> (#12470)Peter Dillinger
2024-02-26Fix ArenaTest.UnmappedAllocation in some cases (#12378)Peter Dillinger
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2023-12-01internal_repo_rocksdb (-8794174668376270091) (#12114)Andrew Kryczka
2023-08-24cache_bench enhancements for jemalloc etc. (#11758)Peter Dillinger
2023-08-17Clean up some FastRange calls (#11707)Peter Dillinger
2023-08-07More minor HCC refactoring + typed mmap (#11670)Peter Dillinger
2023-05-17Change internal headers with duplicate names (#11408)Peter Dillinger
2023-05-01Shard JemallocNodumpAllocator (#11400)Andrew Kryczka
2023-01-27Remove RocksDB LITE (#11147)sdong
2023-01-11Major Cache refactoring, CPU efficiency improvement (#10975)Peter Dillinger
2022-12-01Fix use of make_unique in Arena::AllocateNewBlock (#11012)Peter Dillinger
2022-10-28Run clang format against files under example/, memory/ and memtable/ folders ...Hui Xiao
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-10-17Improve / refactor anonymous mmap capabilities (#10810)Peter Dillinger
2022-08-12Add a blob-specific cache priority (#10461)Gang Liao
2022-07-29Revert "Add a blob-specific cache priority (#10309)" (#10434)Peter Dillinger
2022-07-27Add a blob-specific cache priority (#10309)Gang Liao
2022-05-27Fail DB::Open() if logger cannot be created (#9984)Yanqin Jin
2022-05-18Remove ROCKSDB_SUPPORT_THREAD_LOCAL define because it's a part of C++11 (#10015)Yaroslav Stepanchuk
2022-05-09arena.h: fix Arena::IsInInlineBlock() (#9317)leipeng
2022-05-06Remove own ToString() (#9955)sdong
2022-04-13Meta-internal folly integration with F14FastMap (#9546)Peter Dillinger
2022-02-11Return different Status based on ObjectRegistry::NewObject calls (#9333)mrambacher
2022-01-12Fix compilation error when building static_lib (#9377)Yanqin Jin
2022-01-11Restore Regex support for ObjectLibrary::Register, rename new APIs to allow o...mrambacher
2021-12-29Change GTEST_SKIP to BYPASS for MemoryAllocatorTest (#9340)mrambacher
2021-12-20Skip MemoryAllocatorTest in LITE mode (#9318)Andrew Kryczka
2021-12-17Make MemoryAllocator into a Customizable class (#8980)mrambacher
2021-09-10Fix and detect headers with missing dependencies (#8893)Peter Dillinger
2021-09-07Add (& fix) some simple source code checks (#8821)Peter Dillinger
2021-09-07Replace most typedef with using= (#8751)Peter Dillinger
2021-03-24Use thread-safe `strerror_r()` to get error message (#8087)Jay Zhuang
2020-10-28slightly improve jemalloc allocator API header (#7592)jsteemann
2020-10-28Fix typo in arena.cc (#7593)vdimir
2020-04-20C++20 compatibility (#6697)Peter Dillinger
2020-04-10Auto-Format two recent diffs and add HISTORY.md (#6685)sdong
2020-04-09Provide an allocator for new memory type to be used with RocksDB block cache ...Luca Giacchino
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-09-16Charge block cache for cache internal usage (#5797)Maysam Yabandeh
2019-09-11Use delete to disable automatic generated methods. (#5009)Shylock Hg
2019-09-05remove unused #include to fix musl libc build (#5583)Andrew Kryczka
2019-05-31Move some logging related files to logging/ (#5387)Siying Dong
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong