Home | History | Annotate | Download | only in src

Lines Matching refs:malloc

951     stream = (HB_Stream)malloc(sizeof(HB_StreamRec));
954 stream->base = (HB_Byte*)malloc(length);
972 HB_Face face = (HB_Face )malloc(sizeof(HB_FaceRec));