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

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

Completed in 21 milliseconds