Home
last modified time | relevance | path

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

/external/v8/src/
Dallocation.cc70 void* result = AllocWithRetry(size); in New()
98 void* AllocWithRetry(size_t size) { in AllocWithRetry() function
Dallocation.h80 void* AllocWithRetry(size_t size);
/external/v8/src/zone/
Daccounting-allocator.cc87 void* memory = AllocWithRetry(bytes); in AllocateSegment()