s_alloc
str->s_alloc = 0;
sc_free(str->s_str, str->s_alloc);
if (str->s_alloc < len) {
sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
str->s_alloc = len + str->s_hint;
if (str->s_alloc < len) {
sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
str->s_alloc = len + str->s_hint;
int s_alloc;
int s_alloc;
str->s_alloc = 0;
sc_free(str->s_str, str->s_alloc);
if (str->s_alloc < len) {
sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
str->s_alloc = len + str->s_hint;
if (str->s_alloc < len) {
sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
str->s_alloc = len + str->s_hint;
if (str->s_alloc < len) {
sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
str->s_alloc = len + str->s_hint;
int s_alloc;
size_t s_alloc;
s_alloc = P2ROUNDUP_TYPED(prime_bytes, sizeof (BIG_CHUNK_TYPE), size_t);
if ((s = kmem_alloc(s_alloc, flag)) == NULL) {
if ((s = malloc(s_alloc)) == NULL) {
kmem_free(s, s_alloc);
string *sp = s_alloc();
sp = s_alloc();
static string *s_alloc(void);
sp = s_alloc();