Home
last modified time | relevance | path

Searched refs:oldTail (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkBlockAllocator.h555 SkDEBUGCODE(auto oldTail = fTail;) in reserve()
557 SkASSERT(fTail != oldTail); in reserve()
/third_party/skia/tests/
H A DSkBlockAllocatorTest.cpp499 SkBlockAllocator::Block* oldTail = pool->currentBlock(); in DEF_TEST() local
500 avail = oldTail->avail(); in DEF_TEST()
505 // This allocation request is higher than oldTail's available, and the scratch size so we in DEF_TEST()
509 REPORTER_ASSERT(r, pool->currentBlock() != oldTail); in DEF_TEST()

Completed in 4 milliseconds