ALLOCATE_ARRAY    609 third_party/harfbuzz-ng/src/hb-coretext.cc   ALLOCATE_ARRAY (UniChar, pchars, buffer->len * 2);
ALLOCATE_ARRAY    638 third_party/harfbuzz-ng/src/hb-coretext.cc     ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len);
ALLOCATE_ARRAY    757 third_party/harfbuzz-ng/src/hb-coretext.cc       ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs);
ALLOCATE_ARRAY    764 third_party/harfbuzz-ng/src/hb-coretext.cc       ALLOCATE_ARRAY (CGPoint, position_buf, num_glyphs);
ALLOCATE_ARRAY    771 third_party/harfbuzz-ng/src/hb-coretext.cc       ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs);
ALLOCATE_ARRAY    294 third_party/harfbuzz-ng/src/hb-graphite2.cc   ALLOCATE_ARRAY (hb_graphite2_cluster_t, clusters, buffer->len);
ALLOCATE_ARRAY    295 third_party/harfbuzz-ng/src/hb-graphite2.cc   ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
ALLOCATE_ARRAY    745 third_party/harfbuzz-ng/src/hb-uniscribe.cc   ALLOCATE_ARRAY (WCHAR, pchars, buffer->len * 2);
ALLOCATE_ARRAY    762 third_party/harfbuzz-ng/src/hb-uniscribe.cc   ALLOCATE_ARRAY (WORD, log_clusters, chars_len);
ALLOCATE_ARRAY    763 third_party/harfbuzz-ng/src/hb-uniscribe.cc   ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len);
ALLOCATE_ARRAY    788 third_party/harfbuzz-ng/src/hb-uniscribe.cc   ALLOCATE_ARRAY (WORD, glyphs, glyphs_size);
ALLOCATE_ARRAY    789 third_party/harfbuzz-ng/src/hb-uniscribe.cc   ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size);
ALLOCATE_ARRAY    790 third_party/harfbuzz-ng/src/hb-uniscribe.cc   ALLOCATE_ARRAY (int, advances, glyphs_size);
ALLOCATE_ARRAY    791 third_party/harfbuzz-ng/src/hb-uniscribe.cc   ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size);
ALLOCATE_ARRAY    792 third_party/harfbuzz-ng/src/hb-uniscribe.cc   ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size);