Searched defs:ttfMemory_s (Results 1 – 1 of 1) sorted by relevance
70 struct ttfMemory_s { struct71 void *(*alloc_bytes)(ttfMemory *, int size, const char *cname);72 void *(*alloc_struct)(ttfMemory *, const ttfMemoryDescriptor *, const char *cname);73 void (*free)(ttfMemory *, void *p, const char *cname);