Home
last modified time | relevance | path

Searched refs:kFreedMarker (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/
DGrMemoryPool.cpp114 SkDEBUGCODE(allocData->fSentinal = kFreedMarker); in release()
168 SkDEBUGCODE(block->fBlockSentinal = kFreedMarker); // FWIW in DeleteBlock()
206 allocData->fSentinal == kFreedMarker); in validate()
DGrMemoryPool.h98 static const uint32_t kFreedMarker = 0xEFEFEFEF; variable
/external/skia/src/gpu/
DGrMemoryPool.cpp104 header->fSentinel = GrBlockAllocator::kFreedMarker; in release()
DGrBlockAllocator.cpp48 SkDEBUGCODE(fSentinel = kFreedMarker;) // FWIW in ~Block()
DGrBlockAllocator.h400 static constexpr int kFreedMarker = 0xCAFEBABE; variable