Home | History | Annotate | Download | only in tests

Lines Matching defs:new

17 // A is the top of an inheritance tree of classes that overload op new and
31 void* operator new(size_t size) {
33 return ::operator new(size);
55 GrMemoryPool* pool = new GrMemoryPool(preallocSize, minAllocSize);
115 fB = new B();
165 return new A;
167 return new B;
169 return new C;
171 return new D;
173 return new E;