Lines Matching refs:xmalloc
186 xmalloc(size_t size) in xmalloc() function
203 mp = xmalloc(sizeof *mp); in add_mapping()
273 gl = xmalloc(sizeof *gl); in add_glyph()
274 gl->g_data = xmalloc(wbytes * height); in add_glyph()
465 bytes = xmalloc(wbytes * height); in parse_bdf()
466 bytes_r = xmalloc(wbytes * height); in parse_bdf()
467 line = xmalloc(wbytes * 2); in parse_bdf()
567 bytes = xmalloc(wbytes * height); in parse_hex()
568 bytes_r = xmalloc(wbytes * height); in parse_hex()
569 line = xmalloc(wbytes * 2); in parse_hex()
815 uncompressed = xmalloc(uncompressed_size); in write_fnt_source()
816 compressed = xmalloc(uncompressed_size); in write_fnt_source()