Searched refs:NextBlockImpl (Results 1 – 2 of 2) sorted by relevance
129 void* NextBlockImpl(size_t size);153 return reinterpret_cast<T*>(NextBlockImpl(sizeof(T) * count)); in NextBlock()
27 void* BigBuffer::NextBlockImpl(size_t size) { in NextBlockImpl() function in aapt::BigBuffer