Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBlockAllocator.h133 void unpoisonRange(int start, int end) { in unpoisonRange() function
593 fTail->unpoisonRange(offset - Padding, end); in allocate()
657 this->unpoisonRange(end, nextCursor); in resize()
DGrBlockAllocator.cpp45 this->unpoisonRange(kDataStart, fSize); in ~Block()