Searched refs:rewindIfLastAlloc (Results 1 – 3 of 3) 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()180 linearAllocator.rewindIfLastAlloc(p, num * sizeof(T)); in deallocate()
197 rewindIfLastAlloc(node, sizeof(DestructorNode)); in runDestructorFor()205 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()