Home
last modified time | relevance | path

Searched refs:poisonRange (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkBlockAllocator.cpp41 this->poisonRange(kDataStart, fSize); in Block()
101 block->poisonRange(kDataStart, block->fSize); in releaseBlock()
176 b->poisonRange(kDataStart, b->fSize); in reset()
DSkBlockAllocator.h137 void poisonRange(int start, int end) { in poisonRange() function
154 this->poisonRange(kDataStart, fSize); in markAsScratch()
660 this->poisonRange(nextCursor + 1, end); in resize()
680 this->poisonRange(start, end); in release()