Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-platform.h902 static ZoneBackingAllocator default_allocator; in GetZoneBackingAllocator() local
903 return &default_allocator; in GetZoneBackingAllocator()
/third_party/node/deps/uvwasi/src/
Duvwasi.c148 static const uvwasi_mem_t default_allocator = { variable
252 uvwasi->allocator = &default_allocator; in uvwasi_init()