Home
last modified time | relevance | path

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

/external/skia/third_party/glu/libtess/
Dmemalloc.h56 #define memAlloc malloc macro
58 #define memAlloc __gl_memAlloc macro
Ddict.c50 Dict *dict = (Dict *) memAlloc( sizeof( Dict )); in dictNewDict()
87 newNode = (DictNode *) memAlloc( sizeof( DictNode )); in dictInsertBefore()
Dpriorityq.c59 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()
Dpriorityq-heap.c64 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()
Dmesh.c53 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()
Dtess.c105 tess = (GLUtesselator *)memAlloc( sizeof( GLUtesselator )); in gluNewTess()
Dsweep.c224 ActiveRegion *regNew = (ActiveRegion *)memAlloc( sizeof( ActiveRegion )); in AddRegionBelow()
1136 ActiveRegion *reg = (ActiveRegion *)memAlloc( sizeof( ActiveRegion )); in AddSentinel()