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

/freebsd-10.2-release/lib/libvmmapi/
H A Dvmmapi.c63 uint32_t lowmem_limit; member in struct:vmctx
111 vm->lowmem_limit = 3 * GB;
180 return (ctx->lowmem_limit);
187 ctx->lowmem_limit = limit;
235 if (memsize > ctx->lowmem_limit) {
236 ctx->lowmem = ctx->lowmem_limit;

Completed in 96 milliseconds