Home | History | Annotate | Download | only in hwui

Lines Matching refs:allocator

65     static void* operator new(size_t size, LinearAllocator& allocator) {
66 return allocator.alloc(size);