Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c84 static char *Lfree; /* last freed block with data intact */ variable
196 if (Lfree) { in _malloc_unlocked()
197 sp = BLOCK(Lfree); in _malloc_unlocked()
206 flist[freeidx] = Lfree = NULL; in _malloc_unlocked()
214 flist[freeidx] = Lfree = NULL; in _malloc_unlocked()
881 if (old == Lfree) in _free_unlocked()
891 flist[freeidx] = Lfree = old; in _free_unlocked()
920 Lfree = NULL; in cleanfree()
/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c125 Lfree(L); in lwpstop()
/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c154 Lfree(L); in lwpstart()
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c367 Lfree(L); in lwp_abort()
401 Lfree(L); in lwp_restart()
/illumos-gate/usr/src/lib/libproc/common/
H A Dmapfile-vers78 Lfree;
H A Dlibproc.h315 extern void Lfree(struct ps_lwphandle *);
H A DPcontrol.c3327 Lfree(struct ps_lwphandle *L) in Lfree() function
/illumos-gate/usr/src/man/man3proc/
H A DMakefile25 Lfree.3proc \
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c969 Lfree(Lwp); in worker_thread()
1274 Lfree(Lwp); in worker_thread()
1533 (void) Lfree(Lwp); in worker_thread()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3proc.inc23 file path=usr/share/man/man3proc/Lfree.3proc