Searched refs:rewindIfLastAlloc (Results 1 – 4 of 4) sorted by relevance
98 void rewindIfLastAlloc(void* ptr, size_t allocSize);104 void rewindIfLastAlloc(T* ptr) { in rewindIfLastAlloc() function105 rewindIfLastAlloc((void*)ptr, sizeof(T)); in rewindIfLastAlloc()182 linearAllocator.rewindIfLastAlloc(p, num * sizeof(T)); in deallocate()
213 rewindIfLastAlloc(node, sizeof(DestructorNode)); in runDestructorFor()221 void LinearAllocator::rewindIfLastAlloc(void* ptr, size_t allocSize) { in rewindIfLastAlloc() function in android::uirenderer::LinearAllocator
74 la.rewindIfLastAlloc(addr, 100); in TEST()81 la.rewindIfLastAlloc(sigdtor); in TEST()
119 allocator.rewindIfLastAlloc(bakedState); in tryConstruct()143 allocator.rewindIfLastAlloc(bakedState); in tryStrokeableOpConstruct()