Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/sa/
H A Dmalloc.c83 size_t *lenloc; in free() local
87 lenloc = (size_t *)addr - 1; in free()
88 bkmem_free((caddr_t)lenloc, *lenloc + sizeof (size_t)); in free()