92 if ( pPlane->
pHead == NULL )
96 for ( pUnit = pPlane->
pHead; pUnit; pUnit = pUnit->
Next )
137 if ( pPlane->
pHead == NULL )
139 pPlane->
pHead = pUnit;
145 pPlane->
pHead = pUnit;
168 printf(
"reoUnitsAddToFreeUnitList(): Memory manager ran out of memory!\n" );
static ABC_NAMESPACE_IMPL_START void reoUnitsAddToFreeUnitList(reo_man *p)
DECLARATIONS ///.
void reoUnitsStopDispenser(reo_man *p)
reo_unit * reoUnitsGetNextUnit(reo_man *p)
FUNCTION DEFINITIONS ///.
#define ABC_ALLOC(type, num)
void reoUnitsRecycleUnit(reo_man *p, reo_unit *pUnit)
void reoUnitsAddUnitToPlane(reo_plane *pPlane, reo_unit *pUnit)
#define ABC_NAMESPACE_IMPL_END
#define ABC_NAMESPACE_IMPL_START
void reoUnitsRecycleUnitList(reo_man *p, reo_plane *pPlane)