Commit Graph

4 Commits (cf342464caf8155ab60f7a48e39a8d6ae3138a7a)

Author SHA1 Message Date
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Maysam Yabandeh 638d239507 Charge block cache for cache internal usage (#5797) 5 years ago
Siying Dong 000b9ec217 Move some logging related files to logging/ (#5387) 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Andrew Kryczka 0454f781c2 fix advance reservation of arena block addresses 6 years ago
Nikhil Benesch c0208dffbe arena: derive alignment unit from std::max_align_t 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Siying Dong 95b0e89b5d Improve write buffer manager (and allow the size to be tracked in block cache) 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Orgad Shaneh 6401a8b76b Fix build with MinGW 7 years ago
Islam AbdelRahman e19163688b Add macros to include file name and line number during Logging 7 years ago
Willem Jan Withagen 0aab5e55f0 FreeBSD: malloc_usable_size is in <malloc_np.h> (#1428) 8 years ago
Willem Jan Withagen 821bcb0b39 util/arena.cc: FreeBSD: More portable use of mmap(MAP_ANON) (#1254) 8 years ago
Edouard A 02e62ebbc8 Fixes warnings and ensure correct int behavior on 32-bit platforms. 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 9 years ago
Igor Canadi dac3f22b77 Fix the test failure 9 years ago
Igor Canadi 7ee445dd68 Fix the compile warning 9 years ago
jsteemann aa58958d38 prevent potential memleaks in Arena::Allocate*() 9 years ago
sdong 3d78eb66bb Arena usage to be calculated using malloc_usable_size() 9 years ago
Dmitri Smirnov ef4b87f1b2 Commit both PR and internal code review changes 9 years ago
Dmitri Smirnov e25ee32e3d Arena needs mman header for mmap 9 years ago
Dmitri Smirnov d2f0912bd3 Merge the latest changes from github/master 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Shaohua Li 1410180167 Make arena use hugepage if possible 10 years ago
Jonah Cohen 59a2763d5c Fix typo huage => huge 10 years ago
Igor Canadi 52783c793c declare kInline size in arena.cc 10 years ago
Igor Canadi a490d2d3a0 Revert "Define kInlineSize in .cc file instead of header" 10 years ago
Igor Canadi 35a8873aa6 Define kInlineSize in .cc file instead of header 10 years ago
sdong 3e4a9ec241 Arena to inline 2KB of data in it. 10 years ago
Dallas Marlow 557fbc9b3b arena spacing 10 years ago
Dallas Marlow 030db3d17e testing 10 years ago
Tyler Neely deb89401fd have proprocessor choose correct mmap args 10 years ago
dallas marlow f41cde3105 remove anon mmap allocation flag `MAP_HUGETLB` 10 years ago
sdong 3a171dcb51 Pass logger to memtable rep and TLB page allocation error logged to info logs 10 years ago
Igor Canadi 6785a52b1b Temporary remove perror() calls before we can log from inside of arena 10 years ago
sdong 4a7c747064 Revert "Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB"" 10 years ago
Igor Canadi d69dc64be7 Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB" 10 years ago
sdong 7dafa3a1d7 Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB 10 years ago
Kai Liu 11da8bc5df A heuristic way to check if a memtable is full 10 years ago
kailiu 4e0298f23c Clean up arena API 11 years ago
kailiu 12b6d2b839 Separate the aligned and unaligned memory allocation 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Xing Jin 0f0a24e298 Make arena block size configurable 11 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 12 years ago
Hans Wennborg 36a5f8ed7f A number of fixes: 13 years ago
dgrogan@chromium.org ba6dac0e80 @20776309 13 years ago