Searched refs:AllocateMemoryImpl (Results 1 - 2 of 2) sorted by relevance

/art/runtime/lambda/
H A Dleaking_allocator.cc25 void* LeakingAllocator::AllocateMemoryImpl(Thread* self, size_t byte_size, size_t align_size) { function in class:art::lambda::LeakingAllocator
H A Dleaking_allocator.h50 AllocateMemoryImpl(self, byte_size, alignof(T)));
66 static void* AllocateMemoryImpl(Thread* self, size_t byte_size, size_t align_size);

Completed in 65 milliseconds