Home
last modified time | relevance | path

Searched refs:reportLeaks (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrMemoryPool.cpp39 this->reportLeaks(); in ~GrMemoryPool()
44 void GrMemoryPool::reportLeaks() const { in reportLeaks() function in GrMemoryPool
DGrMemoryPool.h79 void reportLeaks() const;
/third_party/skia/src/sksl/
DSkSLMemoryPool.h35 void reportLeaks() const {} in reportLeaks() function
DSkSLPool.cpp32 fMemPool->reportLeaks(); in ~Pool()