Lines Matching refs:smalloc

250 _inline void *smalloc(sal_uInt32 size)  in smalloc()  function
270 TrueTypeCreator* ptr = (TrueTypeCreator*)smalloc(sizeof(TrueTypeCreator)); in TrueTypeCreatorNewEmpty()
352 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()
995 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_head()
1024 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_hhea()
1049 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_loca()
1050 table->data = smalloc(sizeof(tdata_loca)); in TrueTypeTableNew_loca()
1063 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_maxp()
1078 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_glyf()
1094 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_cmap()
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()
1135 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_name()
1163 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_post()
1164 tdata_post* post = (tdata_post*)smalloc(sizeof(tdata_post)); in TrueTypeTableNew_post()