Home
last modified time | relevance | path

Searched refs:AllocWithRetry (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/zone/
H A Daccounting-allocator.cc94 memory = AllocWithRetry(bytes, zone_backing_malloc_); in AllocateSegment()
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc120 void* result = AllocWithRetry(size); in operator new()
146 void* AllocWithRetry(size_t size, MallocFn malloc_fn) { in AllocWithRetry() function
H A Dallocation.h97 void* AllocWithRetry(size_t size, MallocFn = base::Malloc);

Completed in 3 milliseconds