Searched refs:AllocateAligned (Results 1 – 5 of 5) sorted by relevance
136 CleanupChunk* list = reinterpret_cast<CleanupChunk*>(AllocateAligned(bytes)); in AddCleanupFallback()148 void* ArenaImpl::AllocateAligned(size_t n) { in AllocateAligned() function in google::protobuf::internal::ArenaImpl151 return arena->AllocateAligned(n); in AllocateAligned()178 return GetSerialArena()->AllocateAligned(n); in AllocateAlignedFallback()236 return AllocateAligned(n); in AllocateAlignedFallback()
110 void* AllocateAligned(size_t n);159 void* AllocateAligned(size_t n) { in AllocateAligned() function184 void* ret = AllocateAligned(n); in AllocateAlignedAndAddCleanup()
544 return impl_.AllocateAligned(n); in AllocateInternal()605 return static_cast<T*>(impl_.AllocateAligned(n)); in CreateInternalRawArray()696 void* AllocateAligned(size_t n) { in AllocateAligned() function698 return impl_.AllocateAligned(internal::AlignUpTo8(n)); in AllocateAligned()
52 ArenaBlock* AllocateAligned(size_t size, size_t align) in AllocateAligned() function75 ArenaBlock* AllocateAligned(size_t size, size_t align) in AllocateAligned() function138 return this->DefaultAllocator::AllocateAligned(size, align); in AllocateAligned()409 ArenaBlock* pNewBlock = m_allocator.AllocateAligned( in AllocAligned()
50 … r"google::protobuf::internal::ArenaImpl::AllocateAligned|" # for contrib/data/_prefetching_ops