Home
last modified time | relevance | path

Searched refs:kAllocTypical (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/tests/vm/
H A Dperf_compressor.c89 static const char *kAllocTypical = "typical"; variable
285 } else if (strcasecmp(curr, kAllocTypical) == 0) { in parse_arguments()
329 fprintf(stderr, " %s Typical compression ratio (~2.5:1).\n", kAllocTypical); in print_help()