Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/ilstr/
H A Dilstr_basic.c44 #define PREALLOC_SZ 1024 macro
45 static char ilsbuf[PREALLOC_SZ];
73 for (uint_t n = 0; n < PREALLOC_SZ - 1; n++) { in ist_prealloc_toobig()