Home
last modified time | relevance | path

Searched refs:AllocateAligned (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Darena.cc136 CleanupChunk* list = reinterpret_cast<CleanupChunk*>(AllocateAligned(bytes)); in AddCleanupFallback()
148 void* ArenaImpl::AllocateAligned(size_t n) { in AllocateAligned() function in google::protobuf::internal::ArenaImpl
151 return arena->AllocateAligned(n); in AllocateAligned()
178 return GetSerialArena()->AllocateAligned(n); in AllocateAlignedFallback()
236 return AllocateAligned(n); in AllocateAlignedFallback()
Darena_impl.h110 void* AllocateAligned(size_t n);
159 void* AllocateAligned(size_t n) { in AllocateAligned() function
184 void* ret = AllocateAligned(n); in AllocateAlignedAndAddCleanup()
Darena.h544 return impl_.AllocateAligned(n); in AllocateInternal()
605 return static_cast<T*>(impl_.AllocateAligned(n)); in CreateInternalRawArray()
696 void* AllocateAligned(size_t n) { in AllocateAligned() function
698 return impl_.AllocateAligned(internal::AlignUpTo8(n)); in AllocateAligned()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Darena.h52 ArenaBlock* AllocateAligned(size_t size, size_t align) in AllocateAligned() function
75 ArenaBlock* AllocateAligned(size_t size, size_t align) in AllocateAligned() function
138 return this->DefaultAllocator::AllocateAligned(size, align); in AllocateAligned()
409 ArenaBlock* pNewBlock = m_allocator.AllocateAligned( in AllocAligned()
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter.py.tpl50 … r"google::protobuf::internal::ArenaImpl::AllocateAligned|" # for contrib/data/_prefetching_ops