Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dmalloc.c86 static char *Lfree; /* last freed block with data intact */ variable
198 if (Lfree) { in _malloc_unlocked()
199 sp = BLOCK(Lfree); in _malloc_unlocked()
208 flist[freeidx] = Lfree = NULL; in _malloc_unlocked()
216 flist[freeidx] = Lfree = NULL; in _malloc_unlocked()
883 if (old == Lfree) in _free_unlocked()
893 flist[freeidx] = Lfree = old; in _free_unlocked()
922 Lfree = NULL; in cleanfree()
/titanic_41/usr/src/cmd/ptools/pstop/
H A Dpstop.c127 Lfree(L); in lwpstop()
/titanic_41/usr/src/cmd/ptools/prun/
H A Dprun.c156 Lfree(L); in lwpstart()
/titanic_41/usr/src/cmd/nohup/
H A Dnohup.c369 Lfree(L); in lwp_abort()
403 Lfree(L); in lwp_restart()
/titanic_41/usr/src/lib/libproc/common/
H A Dmapfile-vers75 Lfree;
H A Dlibproc.h317 extern void Lfree(struct ps_lwphandle *);
H A Dllib-lproc96 void Lfree(struct ps_lwphandle *Lwp);
H A DPcontrol.c3267 Lfree(struct ps_lwphandle *L) in Lfree() function
/titanic_41/usr/src/cmd/truss/
H A Dmain.c964 Lfree(Lwp); in worker_thread()
1268 Lfree(Lwp); in worker_thread()
1527 (void) Lfree(Lwp); in worker_thread()