Home
last modified time | relevance | path

Searched defs:rewindIfLastAlloc (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/utils/
DLinearAllocator.h104 void rewindIfLastAlloc(T* ptr) { in rewindIfLastAlloc() function
DLinearAllocator.cpp221 void LinearAllocator::rewindIfLastAlloc(void* ptr, size_t allocSize) { in rewindIfLastAlloc() function in android::uirenderer::LinearAllocator