Searched refs:AllocateGuarded (Results 1 – 4 of 4) sorted by relevance
184 static void* AllocateGuarded(const size_t requested);
102 void* OS::AllocateGuarded(const size_t requested) { in AllocateGuarded() function in v8::base::OS
800 void* OS::AllocateGuarded(const size_t requested) { in AllocateGuarded() function in v8::base::OS
110 void* memory = base::OS::AllocateGuarded(alloc_size); in TryAllocateBackingStore()