Searched defs:PREALLOC_MIN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c738 * of memory determined by PREALLOC_MIN. Beyond that, we take the minimum
746 #define PREALLOC_MIN (16 * 1024 * 1024) /* 16M */ macro
762 contig_mem_prealloc_size = MAX(contig_mem_prealloc_size, PREALLOC_MIN);

Completed in 88 milliseconds