Home
last modified time | relevance | path

Searched refs:ensureNext (Results 1 – 2 of 2) sorted by relevance

/system/core/include/utils/
DLinearAllocator.h78 void ensureNext(size_t size);
/system/core/libutils/
DLinearAllocator.cpp144 void LinearAllocator::ensureNext(size_t size) { in ensureNext() function in android::LinearAllocator
176 ensureNext(size); in alloc()