Searched defs:alignment (Results 1 – 11 of 11) sorted by relevance
| /rocksdb-6.9/util/ |
| D | aligned_buffer.h | 89 static bool isAligned(const void* ptr, size_t alignment) { in isAligned() 93 static bool isAligned(size_t n, size_t alignment) { in isAligned() 126 void Alignment(size_t alignment) { in Alignment()
|
| D | rate_limiter.cc | 19 size_t RateLimiter::RequestToken(size_t bytes, size_t alignment, in RequestToken()
|
| /rocksdb-6.9/file/ |
| D | random_access_file_reader.cc | 38 size_t alignment = file_->GetRequiredBufferAlignment(); in Read() local 161 FSReadRequest Align(const FSReadRequest& r, size_t alignment) { in Align() 212 size_t alignment = file_->GetRequiredBufferAlignment(); in MultiRead() local
|
| D | random_access_file_reader_test.cc | 76 size_t alignment() const { return alignment_; } in alignment() function in ROCKSDB_NAMESPACE::RandomAccessFileReaderTest 93 size_t alignment = r->file()->GetRequiredBufferAlignment(); in GetAlignment() local
|
| D | file_prefetch_buffer.cc | 30 size_t alignment = reader->file()->GetRequiredBufferAlignment(); in Prefetch() local
|
| D | writable_file_writer.cc | 365 const size_t alignment = buf_.Alignment(); in WriteDirect() local
|
| D | sequence_file_reader.cc | 30 size_t alignment = file_->GetRequiredBufferAlignment(); in Read() local
|
| /rocksdb-6.9/port/win/ |
| D | io_win.cc | 28 bool IsPowerOfTwo(const size_t alignment) { in IsPowerOfTwo() 38 bool IsAligned(size_t alignment, const void* ptr) { in IsAligned() 668 size_t alignment, in WinRandomAccessImpl() 706 size_t alignment, in WinRandomAccessFile() 741 WinWritableImpl::WinWritableImpl(WinFileData* file_data, size_t alignment) in WinWritableImpl() 926 size_t alignment, size_t /* capacity */, in WinWritableFile() argument 992 size_t alignment, const EnvOptions& options) in WinRandomRWFile()
|
| D | win_jemalloc.cc | 42 void* jemalloc_aligned_alloc(size_t size, size_t alignment) ROCKSDB_NOEXCEPT { in jemalloc_aligned_alloc()
|
| /rocksdb-6.9/memory/ |
| D | jemalloc_nodump_allocator.cc | 72 size_t size, size_t alignment, bool* zero, in Alloc()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_builder.cc | 288 size_t alignment; member
|