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

/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dalloc.c779 else if (units_needed <= LARGEST_POWER_BLOCK) /* allocate in powers of 2 */
856 else if (units <= LARGEST_POWER_BLOCK) /* powers of 2 algorithm */
887 else if (units <= LARGEST_POWER_BLOCK) /* powers of 2 algorithm */
1029 blocksize <= LARGEST_POWER_BLOCK;
H A Dmemman.h155 #define LARGEST_POWER_BLOCK (SMALLEST_PAGE_BLOCK/2) macro

Completed in 32 milliseconds