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

/seL4-camkes-master/projects/seL4_libs/libsel4allocman/src/
H A Dallocman.c330 int found_empty_pool; local
350 found_empty_pool = 0;
370 found_empty_pool = 1;
384 found_empty_pool = 1;
405 found_empty_pool = 1;
414 } while (found_empty_pool && did_allocation && limit < 4);
417 if (!found_empty_pool) {
420 return found_empty_pool;

Completed in 26 milliseconds