Searched refs:vterm_new_with_allocator (Results 1 – 2 of 2) sorted by relevance
32 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
282 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata…