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

/fuchsia/zircon/kernel/vm/
H A Dvm_address_region.cpp1012 bool alloc_before; local
1017 alloc_before = entropy & 1;
1023 // Try our first choice for *alloc_before*, but if that fails, try the other
1024 for (size_t i = 0; i < 2; ++i, alloc_before = !alloc_before) {
1028 if (alloc_before) {

Completed in 23 milliseconds