Searched refs:smalloc (Results 1 – 2 of 2) sorted by relevance
250 _inline void *smalloc(sal_uInt32 size) in smalloc() function270 TrueTypeCreator* ptr = (TrueTypeCreator*)smalloc(sizeof(TrueTypeCreator)); in TrueTypeCreatorNewEmpty()352 sal_uInt8* ttf = (sal_uInt8*)smalloc(s); in StreamToMemory()716 sal_uInt8* ptr = (sal_uInt8*)smalloc(262); in PackCmapType0()740 sal_uInt8* ptr = (sal_uInt8*)smalloc(s->n*2 + 10); in PackCmapType6()966 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew()967 tdata_generic* pdata = (tdata_generic*)smalloc(sizeof(tdata_generic)); in TrueTypeTableNew()994 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_head()1023 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_hhea()1048 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_loca()[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()