Searched refs:AllocateAligned (Results 1 – 25 of 26) sorted by relevance
12
96 arena.AllocateAligned(kAlignUnit); in ApproximateMemoryUsageTest()98 arena.AllocateAligned(Arena::kInlineSize / 2 - (2 * kAlignUnit)); in ApproximateMemoryUsageTest()100 arena.AllocateAligned(Arena::kInlineSize / 2); in ApproximateMemoryUsageTest()109 arena.AllocateAligned(kEntrySize); in ApproximateMemoryUsageTest()123 arena.AllocateAligned(kEntrySize); in ApproximateMemoryUsageTest()158 r = arena.AllocateAligned(s); in SimpleTest()
55 char* AllocateAligned(size_t bytes, size_t huge_page_size = 0,62 return arena_.AllocateAligned(rounded_up, huge_page_size, logger);185 s->free_begin_ = arena_.AllocateAligned(avail); in AllocateImpl()
27 virtual char* AllocateAligned(size_t bytes, size_t huge_page_size = 0,
59 char* AllocateAligned(size_t bytes, size_t huge_page_size = 0,
156 char* Arena::AllocateAligned(size_t bytes, size_t huge_page_size, in AllocateAligned() function in ROCKSDB_NAMESPACE::Arena
243 auto mem = allocator->AllocateAligned( in HashSkipListRep()260 auto addr = allocator_->AllocateAligned(sizeof(Bucket)); in GetInitializedBucket()318 auto mem = arena->AllocateAligned(sizeof(Iterator)); in GetIterator()327 auto mem = arena->AllocateAligned(sizeof(DynamicIterator)); in GetDynamicPrefixIterator()
509 char* mem = allocator_->AllocateAligned(sizeof(Pointer) * bucket_size, in HashLinkListRep()523 char* mem = allocator_->AllocateAligned(sizeof(Node) + len); in Allocate()599 auto* mem = allocator_->AllocateAligned(sizeof(BucketHeader)); in Insert()633 auto mem = allocator_->AllocateAligned(sizeof(SkipListBucketHeader)); in Insert()781 auto mem = alloc_arena->AllocateAligned(sizeof(FullListIterator)); in GetIterator()791 auto mem = alloc_arena->AllocateAligned(sizeof(DynamicIterator)); in GetDynamicPrefixIterator()
261 arena ? arena->AllocateAligned(sizeof(SkipListRep::LookaheadIterator)) in GetIterator()266 arena ? arena->AllocateAligned(sizeof(SkipListRep::Iterator)) in GetIterator()
206 char* mem = allocator_->AllocateAligned(427 allocator_->AllocateAligned(sizeof(Node*) * kMaxHeight_));
272 mem = arena->AllocateAligned(sizeof(Iterator)); in GetIterator()
627 char* raw = allocator_->AllocateAligned(prefix + sizeof(Node) + key_size);646 char* raw = allocator_->AllocateAligned(sizeof(Splice) + array_size * 2);
181 auto mem = arena->AllocateAligned(sizeof(EmptyInternalIterator<TValue>)); in NewErrorInternalIterator()202 auto mem = arena->AllocateAligned(sizeof(EmptyInternalIterator<TValue>)); in NewEmptyInternalIterator()
420 auto mem = arena->AllocateAligned(sizeof(MergingIterator)); in NewMergingIterator()429 auto mem = arena->AllocateAligned(sizeof(MergingIterator)); in MergeIteratorBuilder()
89 char* mem = arena->AllocateAligned(num_levels_ * sizeof(int32_t)); in UpdateIndex()106 mem = arena->AllocateAligned(upper_size * sizeof(IndexUnit)); in UpdateIndex()
42 auto mem = arena_.AllocateAligned(sizeof(DBIter)); in Init()
427 char* mem = arena_.AllocateAligned(num * sizeof(FdWithKeyRange)); in LevelFileInit()441 char* mem = arena_.AllocateAligned( in Add()
421 auto mem = arena->AllocateAligned(sizeof(MemTableIterator)); in NewIterator()
776 char* mem = arena->AllocateAligned(num * sizeof(FdWithKeyRange)); in DoGenerateLevelFilesBrief()786 mem = arena->AllocateAligned(smallest_size + largest_size); in DoGenerateLevelFilesBrief()1589 auto* mem = arena->AllocateAligned(sizeof(LevelIterator)); in AddIteratorsForLevel()1640 auto mem = arena.AllocateAligned(sizeof(LevelIterator)); in OverlapWithLevelIterator()
58 char* raw = allocator->AllocateAligned(sz, huge_page_tlb_size, logger); in DynamicBloom()
59 char* raw = allocator->AllocateAligned(sz, huge_page_tlb_size, logger); in SetTotalBits()
160 char* allocated = arena_->AllocateAligned( in FillIndexes()
214 auto mem = arena->AllocateAligned(sizeof(PlainTableIterator)); in NewIterator()
24 char* alloc_mem = arena_.AllocateAligned(max_log_size); in AddLogToBuffer()
77 arena_.AllocateAligned(sizeof(PrefixRecord))); in Add()
392 auto iter_mem = arena->AllocateAligned(sizeof(CuckooTableIterator)); in NewIterator()