Searched defs:Lfree (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c86 static char *Lfree; /* last freed block with data intact */ variable
198 if (Lfree) {
199 sp = BLOCK(Lfree);
208 flist[freeidx] = Lfree = NULL;
216 flist[freeidx] = Lfree = NULL;
883 if (old == Lfree)
893 flist[freeidx] = Lfree = old;
922 Lfree = NULL;
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c3306 Lfree(struct ps_lwphandle *L) function
3355 * It will become invalid on Lfree().
3369 * It will become invalid on Lfree().

Completed in 63 milliseconds