Home
last modified time | relevance | path

Searched defs:alignment (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/util/
Daligned_buffer.h89 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()
Drate_limiter.cc19 size_t RateLimiter::RequestToken(size_t bytes, size_t alignment, in RequestToken()
/rocksdb-6.9/file/
Drandom_access_file_reader.cc38 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
Drandom_access_file_reader_test.cc76 size_t alignment() const { return alignment_; } in alignment() function in ROCKSDB_NAMESPACE::RandomAccessFileReaderTest
93 size_t alignment = r->file()->GetRequiredBufferAlignment(); in GetAlignment() local
Dfile_prefetch_buffer.cc30 size_t alignment = reader->file()->GetRequiredBufferAlignment(); in Prefetch() local
Dwritable_file_writer.cc365 const size_t alignment = buf_.Alignment(); in WriteDirect() local
Dsequence_file_reader.cc30 size_t alignment = file_->GetRequiredBufferAlignment(); in Read() local
/rocksdb-6.9/port/win/
Dio_win.cc28 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()
Dwin_jemalloc.cc42 void* jemalloc_aligned_alloc(size_t size, size_t alignment) ROCKSDB_NOEXCEPT { in jemalloc_aligned_alloc()
/rocksdb-6.9/memory/
Djemalloc_nodump_allocator.cc72 size_t size, size_t alignment, bool* zero, in Alloc()
/rocksdb-6.9/table/block_based/
Dblock_based_table_builder.cc288 size_t alignment; member