Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBlockAllocator.h140 void unpoisonRange(int start, int end) { in unpoisonRange() function
599 fTail->unpoisonRange(offset - Padding, end); in allocate()
663 this->unpoisonRange(end, nextCursor); in resize()
DSkBlockAllocator.cpp45 this->unpoisonRange(kDataStart, fSize); in ~Block()