Searched refs:align_size (Results 1 – 2 of 2) sorted by relevance
25 void* LeakingAllocator::AllocateMemoryImpl(Thread* self, size_t byte_size, size_t align_size) { in AllocateMemoryImpl() argument28 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(mem), align_size); in AllocateMemoryImpl()
66 static void* AllocateMemoryImpl(Thread* self, size_t byte_size, size_t align_size);