Searched refs:smalloc (Results 1 – 2 of 2) sorted by relevance
250 _inline void *smalloc(sal_uInt32 size) in smalloc() function352 sal_uInt8* ttf = (sal_uInt8*)smalloc(s); in StreamToMemory()717 sal_uInt8* ptr = (sal_uInt8*)smalloc(262); in PackCmapType0()741 sal_uInt8* ptr = (sal_uInt8*)smalloc(s->n*2 + 10); in PackCmapType6()967 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew()968 tdata_generic* pdata = (tdata_generic*)smalloc(sizeof(tdata_generic)); in TrueTypeTableNew()1050 table->data = smalloc(sizeof(tdata_loca)); in TrueTypeTableNew_loca()1095 table_cmap* cmap = (table_cmap*)smalloc(sizeof(table_cmap)); in TrueTypeTableNew_cmap()1121 NameRecord* p = (NameRecord*)smalloc(sizeof(NameRecord)); in NameRecordNewCopy()1126 p->sptr = (sal_uInt8*)smalloc(p->slen); in NameRecordNewCopy()[all …]
239 _inline void *smalloc(size_t size) in smalloc() function436 HexFmt* res = (HexFmt*)smalloc(sizeof(HexFmt)); in HexFmtNew()2297 GlyphOffsets* res = (GlyphOffsets*)smalloc(sizeof(GlyphOffsets)); in GlyphOffsetsNew()
Completed in 22 milliseconds