Lines Matching refs:LinearAllocator
33 #include "utils/LinearAllocator.h"
52 * LinearAllocator's managed memory buffers. Each pointer held by a DisplayListOp is either a
53 * pointer into memory also allocated in the LinearAllocator (mostly for text and float buffers) or
60 // These objects should always be allocated with a LinearAllocator, and never destroyed/deleted.
65 static void* operator new(size_t size, LinearAllocator& allocator) {