Home
last modified time | relevance | path

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

/external/libvterm/src/
Dvterm.c32 return vterm_new_with_allocator(rows, cols, &default_allocator, NULL); in vterm_new()
35 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) in vterm_new_with_allocator() function
/external/libvterm/include/
Dvterm.h282 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata…