Searched refs:AllocateMemoryImpl (Results 1 – 2 of 2) sorted by relevance
50 AllocateMemoryImpl(self, byte_size, alignof(T)));66 static void* AllocateMemoryImpl(Thread* self, size_t byte_size, size_t align_size);
25 void* LeakingAllocator::AllocateMemoryImpl(Thread* self, size_t byte_size, size_t align_size) { in AllocateMemoryImpl() function in art::lambda::LeakingAllocator