Home
last modified time | relevance | path

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

/external/libvterm/src/
Dstate.c143 uint32_t *new_chars = vterm_allocator_malloc(state->vt, new_size * sizeof(new_chars[0])); in grow_combine_buffer() local
145 memcpy(new_chars, state->combine_chars, state->combine_chars_size * sizeof(new_chars[0])); in grow_combine_buffer()
149 state->combine_chars = new_chars; in grow_combine_buffer()