DVUI

stringBackingAllocator

Returns a 'gpa' backing type with required allocator.

Source

Implementation

#
pub fn stringBackingAllocator() StringBackingType {
    return .{ .gpa = defaults.string_allocator orelse dvui.currentWindow().gpa };
}