Searched refs:allocThrow (Results 1 – 12 of 12) sorted by relevance
17 void* ptr = allocator->allocThrow(sizeof(T)); in Allocate()23 void* ptr = allocator->allocThrow(sizeof(T) * count); in AllocateArray()
352 SkTSpanBounded<OppCurve, TCurve>* bounded = SkNEW_PLACEMENT(heap->allocThrow( in addBounded()832 result = SkNEW_PLACEMENT(fHeap.allocThrow(sizeof(SkTSpan<TCurve, OppCurve>)), in addOne()
20 void* ptr = alloc->allocThrow(size); in simple_alloc()69 ptr = alloc.allocThrow(kMin); in test_chunkalloc()
21 void* allocThrow(size_t bytes) override { in allocThrow() function
44 alloc.allocThrow(inc); in onDraw()
185 virtual void* allocThrow(size_t bytes) = 0;281 SkFlatData* result = (SkFlatData*) controller->allocThrow(allocSize); in Create()527 SkFlatData* detached = (SkFlatData*)fController->allocThrow(fScratch.bytesWritten()); in detachScratch()
16 return static_cast<T*>(alloc.allocThrow(sizeof(T))); in typedAllocThrow()99 char* storage = (char*)fAlloc.allocThrow(maxEdgeSize + maxEdgePtrSize); in buildPoly()
37 void* allocThrow(size_t bytes) { in allocThrow() function
99 fBlock = fAllocator.allocThrow(blockSize); in requestBlock()
89 void* allocThrow(size_t bytes) override;127 void* FlattenableHeap::allocThrow(size_t bytes) { in allocThrow() function in FlattenableHeap
129 fBlock = fAllocator.allocThrow(blockSize); in requestBlock()
90 SkNEW_PLACEMENT_ARGS(alloc.allocThrow(sizeof(Type)), Type, args)