Searched refs:memAlloc (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/glu/dist/src/libtess/
H A Dmemalloc.h48 #define memAlloc malloc macro
50 #define memAlloc __gl_memAlloc macro
H A Ddict.c43 Dict *dict = (Dict *) memAlloc( sizeof( Dict ));
81 newNode = (DictNode *) memAlloc( sizeof( DictNode ));
H A Dpriorityq-heap.c60 PriorityQ *pq = (PriorityQ *)memAlloc( sizeof( PriorityQ ));
65 pq->nodes = (PQnode *)memAlloc( (INIT_SIZE + 1) * sizeof(pq->nodes[0]) );
71 pq->handles = (PQhandleElem *)memAlloc( (INIT_SIZE + 1) * sizeof(pq->handles[0]) );
H A Dpriorityq.c52 PriorityQ *pq = (PriorityQ *)memAlloc( sizeof( PriorityQ ));
61 pq->keys = (PQHeapKey *)memAlloc( INIT_SIZE * sizeof(pq->keys[0]) );
102 pq->order = (PQHeapKey **)memAlloc( (size_t)
105 pq->order = (PQHeapKey **)memAlloc( (size_t)
H A Dmesh.c50 return (GLUvertex *)memAlloc( sizeof( GLUvertex ));
55 return (GLUface *)memAlloc( sizeof( GLUface ));
74 EdgePair *pair = (EdgePair *)memAlloc( sizeof( EdgePair ));
609 GLUmesh *mesh = (GLUmesh *)memAlloc( sizeof( GLUmesh ));
H A Dtess.c103 tess = (GLUtesselator *)memAlloc( sizeof( GLUtesselator ));
H A Dsweep.c223 ActiveRegion *regNew = (ActiveRegion *)memAlloc( sizeof( ActiveRegion ));
1143 ActiveRegion *reg = (ActiveRegion *)memAlloc( sizeof( ActiveRegion ));

Completed in 8 milliseconds