Lines Matching refs:malloc
255 newpts = (U_PMF_POINT *) malloc(count * sizeof(U_PMF_POINT));
511 U_PSEUDO_OBJ *po = (U_PSEUDO_OBJ *)malloc(sizeof(U_PSEUDO_OBJ));
513 po->Data = malloc(tSize);
1044 newpts = (U_PMF_POINTF *) malloc(count * sizeof(U_PMF_POINTF));
1067 newRects = (U_PMF_RECTF *) malloc(Count * sizeof(U_PMF_RECTF));
1212 *Dst = malloc(Units * Reps);
1285 char *string=malloc(64);
1337 uint8_t *hold = malloc(16);
2048 pP = Positions = (U_FLOAT *)malloc(Elements *sizeof(U_FLOAT));
2050 pC = Colors = (U_PMF_ARGB *)malloc(Elements *sizeof(U_PMF_ARGB));
2127 pP = Positions = (U_FLOAT *)malloc(Elements *sizeof(U_FLOAT));
2129 pF = Factors = (U_FLOAT *)malloc(Elements *sizeof(U_FLOAT));
3168 U_SERIAL_DESC *List = (U_SERIAL_DESC *) malloc((Elements + 2) * sizeof(U_SERIAL_DESC));
3230 U_SERIAL_DESC *List = (U_SERIAL_DESC *) malloc((Elements + 2) * sizeof(U_SERIAL_DESC));
5804 *Widths = (U_FLOAT *)malloc(*Elements * sizeof(U_FLOAT));
5957 *Lengths = (U_FLOAT *)malloc(*Elements * sizeof(U_FLOAT));
6560 U_PMF_POINTF *pts = (U_PMF_POINTF *)malloc(Elements * sizeof(U_PMF_POINTF));
6658 U_PMF_RECTF *rts = (U_PMF_RECTF *)malloc(Elements * sizeof(U_PMF_RECTF));
7025 *Rects = (U_RECTL *) malloc(*Elements * sizeof(U_RECTL));