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

/external/libvterm/src/
H A Dvterm.c25 static VTermAllocatorFunctions default_allocator = { variable
32 return vterm_new_with_allocator(rows, cols, &default_allocator, NULL);
/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h655 /// used. Defaults to `nullptr`, which means the `default_allocator` will be
659 : buf_(initial_size, allocator ? *allocator : default_allocator),
1289 simple_allocator default_allocator; member in class:flatbuffers::Vector

Completed in 94 milliseconds