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

/seL4-refos-master/libs/libvterm/src/
H A Dstate.c112 uint32_t *new_chars = vterm_allocator_malloc(state->vt, new_size * sizeof(new_chars[0])); local
114 memcpy(new_chars, state->combine_chars, state->combine_chars_size * sizeof(new_chars[0]));
117 state->combine_chars = new_chars;
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c112 uint32_t *new_chars = vterm_allocator_malloc(state->vt, new_size * sizeof(new_chars[0])); local
114 memcpy(new_chars, state->combine_chars, state->combine_chars_size * sizeof(new_chars[0]));
117 state->combine_chars = new_chars;

Completed in 65 milliseconds