Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/host/include/libOpenglRender/
DIOStream.h54 int allocLen = m_bufsize < len ? len : m_bufsize; in alloc() local
55 m_buf = (unsigned char *)allocBuffer(allocLen); in alloc()
57 ERR("Alloc (%u bytes) failed\n", allocLen); in alloc()
60 m_bufsize = m_free = allocLen; in alloc()