Lines Matching defs:allocated
306 pgcnt_t allocated, reserved, available;
320 * allocated = anon memory not free
321 * reserved = anon memory reserved but not allocated
329 allocated = ai.ani_max - ai.ani_free;
330 reserved = ai.ani_resv - allocated;
337 * -s option: "allocated", "reserved", "used", "available"
342 (void) printf(gettext("total: %s allocated + "),
343 number_to_scaled_string(numbuf, allocated,
350 allocated + reserved, factor, scale));
355 (void) printf(gettext("total: %luk bytes allocated + %luk"
357 ctok(allocated), ctok(reserved),
358 ctok(reserved) + ctok(allocated),