Home
last modified time | relevance | path

Searched refs:rewindIfLastAlloc (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/utils/
DLinearAllocator.h98 void rewindIfLastAlloc(void* ptr, size_t allocSize);
104 void rewindIfLastAlloc(T* ptr) { in rewindIfLastAlloc() function
105 rewindIfLastAlloc((void*)ptr, sizeof(T)); in rewindIfLastAlloc()
182 linearAllocator.rewindIfLastAlloc(p, num * sizeof(T)); in deallocate()
DLinearAllocator.cpp213 rewindIfLastAlloc(node, sizeof(DestructorNode)); in runDestructorFor()
221 void LinearAllocator::rewindIfLastAlloc(void* ptr, size_t allocSize) { in rewindIfLastAlloc() function in android::uirenderer::LinearAllocator
/frameworks/base/libs/hwui/tests/unit/
DLinearAllocatorTests.cpp74 la.rewindIfLastAlloc(addr, 100); in TEST()
81 la.rewindIfLastAlloc(sigdtor); in TEST()
/frameworks/base/libs/hwui/
DBakedOpState.cpp119 allocator.rewindIfLastAlloc(bakedState); in tryConstruct()
143 allocator.rewindIfLastAlloc(bakedState); in tryStrokeableOpConstruct()