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

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp213 rewindIfLastAlloc(node, sizeof(DestructorNode));
221 void LinearAllocator::rewindIfLastAlloc(void* ptr, size_t allocSize) { function in class:android::uirenderer::LinearAllocator
H A DLinearAllocator.h54 * rewindIfLastAlloc()
98 void rewindIfLastAlloc(void* ptr, size_t allocSize);
101 * Same as rewindIfLastAlloc(void*, size_t)
104 void rewindIfLastAlloc(T* ptr) { function in class:android::uirenderer::LinearAllocator
105 rewindIfLastAlloc((void*)ptr, sizeof(T));
182 linearAllocator.rewindIfLastAlloc(p, num * sizeof(T));

Completed in 484 milliseconds