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.c179 lwpstack_t *newstacks; in reallocstacks() local
181 newstacks = recallocarray(stacks, nstacks, newcount, in reallocstacks()
183 if (newstacks != NULL) { in reallocstacks()
184 stacks = newstacks; in reallocstacks()