Searched refs:bytesAllocated (Results 1 – 3 of 3) sorted by relevance
378 size_t bytesAllocated = 0; in TestDeferredCanvasBitmapShaderNoLeak() local395 REPORTER_ASSERT(reporter, newBytesAllocated > bytesAllocated); in TestDeferredCanvasBitmapShaderNoLeak()396 bytesAllocated = newBytesAllocated; in TestDeferredCanvasBitmapShaderNoLeak()398 REPORTER_ASSERT(reporter, newBytesAllocated == bytesAllocated); in TestDeferredCanvasBitmapShaderNoLeak()
191 size_t bytesAllocated() const { in bytesAllocated() function
201 return (NULL == fBitmapHeap) ? 0 : fBitmapHeap->bytesAllocated(); in storageAllocatedForRecording()