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