Searched refs:hb_realloc (Results 1 – 5 of 5) sorted by relevance
232 #define hb_realloc hb_realloc_impl macro237 #define hb_realloc realloc macro
228 new_array = (Type *) hb_realloc (arrayZ, new_allocated * sizeof (Type)); in alloc()
751 char *new_data = (char *) hb_realloc (data, allocated); in hb_blob_create_from_file_or_fail()
140 new_pos = (hb_glyph_position_t *) hb_realloc (pos, new_allocated * sizeof (pos[0])); in enlarge()141 new_info = (hb_glyph_info_t *) hb_realloc (info, new_allocated * sizeof (info[0])); in enlarge()
43381 + return (Type *) hb_realloc (arrayZ, new_allocated * sizeof (Type));43469 - new_array = (Type *) hb_realloc (arrayZ, new_allocated * sizeof (Type));