Searched refs:m_available (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.h164 LifeCellBox *m_available; // list of reusable dead boxes member in class:Life
H A Dgame.cpp121 m_available = NULL;
162 c = m_available;
169 m_available = NULL;
257 if (!m_available)
267 // allocate some boxes *before* the m_available list goes
275 c->m_next = m_available;
276 m_available = c;
280 c = m_available;
281 m_available = c->m_next;
352 c->m_next = m_available;
[all...]

Completed in 54 milliseconds