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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dparam.h253 * Units of memory less or equal to MAXALLOCSAVE will permanently
255 * memory are quite fast. Allocations greater than MAXALLOCSAVE must
259 * Constraints: NBPG <= MAXALLOCSAVE <= 2 ** (MINBUCKET + 14), and
260 * MAXALLOCSAVE must be a power of two.
267 #define MAXALLOCSAVE (2 * NBPG) macro
/vbox/include/iprt/
H A Dcdefs.h2149 # undef MAXALLOCSAVE macro

Completed in 78 milliseconds