Searched refs:default_allocator (Results 1 – 2 of 2) sorted by relevance
51 static v8::base::PageAllocator default_allocator; in Construct() local52 page_allocator = &default_allocator; in Construct()
25 static VTermAllocatorFunctions default_allocator = { variable32 return vterm_new_with_allocator(rows, cols, &default_allocator, NULL); in vterm_new()