Home
last modified time | relevance | path

Searched refs:align_size (Results 1 – 2 of 2) sorted by relevance

/art/runtime/lambda/
Dleaking_allocator.cc25 void* LeakingAllocator::AllocateMemoryImpl(Thread* self, size_t byte_size, size_t align_size) { in AllocateMemoryImpl() argument
28 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(mem), align_size); in AllocateMemoryImpl()
Dleaking_allocator.h66 static void* AllocateMemoryImpl(Thread* self, size_t byte_size, size_t align_size);