Home
last modified time | relevance | path

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

/external/v8/src/
Dallocation.cc51 static v8::base::PageAllocator default_allocator; in Construct() local
52 page_allocator = &default_allocator; in Construct()
/external/libvterm/src/
Dvterm.c25 static VTermAllocatorFunctions default_allocator = { variable
32 return vterm_new_with_allocator(rows, cols, &default_allocator, NULL); in vterm_new()