Home
last modified time | relevance | path

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

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