HomeSort by relevance Sort by last modified time
    Searched refs:rewindIfLastAlloc (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/utils/
LinearAllocator.h 54 * rewindIfLastAlloc()
98 void rewindIfLastAlloc(void* ptr, size_t allocSize);
101 * Same as rewindIfLastAlloc(void*, size_t)
104 void rewindIfLastAlloc(T* ptr) {
105 rewindIfLastAlloc((void*)ptr, sizeof(T));
182 linearAllocator.rewindIfLastAlloc(p, num * sizeof(T));
LinearAllocator.cpp 213 rewindIfLastAlloc(node, sizeof(DestructorNode));
221 void LinearAllocator::rewindIfLastAlloc(void* ptr, size_t allocSize) {
  /frameworks/base/libs/hwui/tests/unit/
LinearAllocatorTests.cpp 74 la.rewindIfLastAlloc(addr, 100);
81 la.rewindIfLastAlloc(sigdtor);
  /frameworks/base/libs/hwui/
DeferredDisplayList.h 126 mAllocator.rewindIfLastAlloc(state);
BakedOpState.cpp 117 allocator.rewindIfLastAlloc(bakedState);
141 allocator.rewindIfLastAlloc(bakedState);

Completed in 637 milliseconds