Home
last modified time | relevance | path

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

/external/libvterm/src/
Dvterm.c25 static VTermAllocatorFunctions default_allocator = { variable
32 return vterm_new_with_allocator(rows, cols, &default_allocator, NULL); in vterm_new()