Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c181 lwpstack_t *newstacks; in reallocstacks() local
183 newstacks = recallocarray(stacks, nstacks, newcount, in reallocstacks()
185 if (newstacks != NULL) { in reallocstacks()
186 stacks = newstacks; in reallocstacks()