Searched refs:getMappedMemory (Results 1 – 2 of 2) sorted by relevance
833 uint8_t *getMappedMemory() const { return mMappedMemory; } in getMappedMemory() function868 uint8_t *getMappedMemory() const in getMappedMemory() function871 return mMemory.getMappedMemory(); in getMappedMemory()882 bool isMapped() const { return mMemory.getMappedMemory() != nullptr; } in isMapped()
2058 ASSERT(mBuffer->getMappedMemory()); in allocateFromCurrentBuffer()2060 *ptrOut = mBuffer->getMappedMemory() + mNextAllocationOffset; in allocateFromCurrentBuffer()