Searched refs:allocLen (Results 1 – 1 of 1) sorted by relevance
54 int allocLen = m_bufsize < len ? len : m_bufsize; in alloc() local55 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()