Searched refs:new_chars (Results 1 - 1 of 1) sorted by relevance

/external/libvterm/src/
H A Dstate.c113 uint32_t *new_chars = vterm_allocator_malloc(state->vt, new_size * sizeof(new_chars[0])); local
115 memcpy(new_chars, state->combine_chars, state->combine_chars_size * sizeof(new_chars[0]));
118 state->combine_chars = new_chars;

Completed in 538 milliseconds