Searched refs:commandAreaCount (Results 1 – 1 of 1) sorted by relevance
92 …u32 commandAreaCount = ( sizeof(Command) + sizeof(m_CommandMemoryArea[0]) - 1 ) / sizeof(m_Command… in AllocCommand() local94 Command* command = reinterpret_cast<Command*>( AllocMemory( commandAreaCount ) ); in AllocCommand()