Home | History | Annotate | Download | only in hb-old

Lines Matching refs:malloc

595     stream = (HB_Stream)malloc(sizeof(HB_StreamRec));
598 stream->base = (HB_Byte*)malloc(length);
616 HB_Face face = (HB_Face )malloc(sizeof(HB_FaceRec));