Searched refs:memAlloc (Results 1 – 7 of 7) sorted by relevance
56 #define memAlloc malloc macro58 #define memAlloc __gl_memAlloc macro
50 Dict *dict = (Dict *) memAlloc( sizeof( Dict )); in dictNewDict()87 newNode = (DictNode *) memAlloc( sizeof( DictNode )); in dictInsertBefore()
59 PriorityQ *pq = (PriorityQ *)memAlloc( sizeof( PriorityQ )); in pqNewPriorityQ()68 pq->keys = (PQHeapKey *)memAlloc( INIT_SIZE * sizeof(pq->keys[0]) ); in pqNewPriorityQ()111 pq->order = (PQHeapKey **)memAlloc( (size_t) in pqInit()
64 PriorityQ *pq = (PriorityQ *)memAlloc( sizeof( PriorityQ )); in pqNewPriorityQ()69 pq->nodes = (PQnode *)memAlloc( (INIT_SIZE + 1) * sizeof(pq->nodes[0]) ); in pqNewPriorityQ()75 pq->handles = (PQhandleElem *)memAlloc( (INIT_SIZE + 1) * sizeof(pq->handles[0]) ); in pqNewPriorityQ()
53 return (GLUvertex *)memAlloc( sizeof( GLUvertex )); in allocVertex()58 return (GLUface *)memAlloc( sizeof( GLUface )); in allocFace()77 EdgePair *pair = (EdgePair *)memAlloc( sizeof( EdgePair )); in MakeEdge()607 GLUmesh *mesh = (GLUmesh *)memAlloc( sizeof( GLUmesh )); in __gl_meshNewMesh()
105 tess = (GLUtesselator *)memAlloc( sizeof( GLUtesselator )); in gluNewTess()
224 ActiveRegion *regNew = (ActiveRegion *)memAlloc( sizeof( ActiveRegion )); in AddRegionBelow()1136 ActiveRegion *reg = (ActiveRegion *)memAlloc( sizeof( ActiveRegion )); in AddSentinel()