Searched refs:VTermAllocatorFunctions (Results 1 – 3 of 3) sorted by relevance
25 static VTermAllocatorFunctions default_allocator = {35 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) in vterm_new_with_allocator()
150 VTermAllocatorFunctions *allocator;
279 } VTermAllocatorFunctions; typedef282 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata…