Searched refs:nextBlockImpl (Results 1 – 2 of 2) sorted by relevance
107 void* nextBlockImpl(size_t size);128 return reinterpret_cast<T*>(nextBlockImpl(sizeof(T) * count)); in nextBlock()
25 void* BigBuffer::nextBlockImpl(size_t size) { in nextBlockImpl() function in aapt::BigBuffer