Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmemory-allocator.cc249 if (!reservation.IsReserved()) return HandleAllocationFailure(); in AllocateAlignedMemory()
261 if (!reservation.IsReserved()) return HandleAllocationFailure(); in AllocateAlignedMemory()
270 return HandleAllocationFailure(); in AllocateAlignedMemory()
283 return HandleAllocationFailure(); in AllocateAlignedMemory()
291 Address MemoryAllocator::HandleAllocationFailure() { in HandleAllocationFailure() function in v8::internal::MemoryAllocator
Dmemory-allocator.h261 Address HandleAllocationFailure();