Searched refs:AllocAlign16 (Results 1 – 4 of 4) sorted by relevance
89 inline void* LinearAlloc::AllocAlign16(Thread* self, size_t size, LinearAllocKind kind) { in AllocAlign16() function116 return allocator_.AllocAlign16(size); in AllocAlign16()
77 void* AllocAlign16(Thread* self, size_t size, LinearAllocKind kind) REQUIRES(!lock_);
285 void* AllocAlign16(size_t bytes, ArenaAllocKind kind = kArenaAllocMisc) ALWAYS_INLINE {
80 array = reinterpret_cast<T*>(alloc->AllocAlign16(self, RoundUp(num * sizeof(T), 16), kind)); in AllocArray()