Searched refs:Lfree (Results 1 – 9 of 9) sorted by relevance
86 static char *Lfree; /* last freed block with data intact */ variable198 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()
127 Lfree(L); in lwpstop()
156 Lfree(L); in lwpstart()
369 Lfree(L); in lwp_abort()403 Lfree(L); in lwp_restart()
75 Lfree;
317 extern void Lfree(struct ps_lwphandle *);
96 void Lfree(struct ps_lwphandle *Lwp);
3267 Lfree(struct ps_lwphandle *L) in Lfree() function
964 Lfree(Lwp); in worker_thread()1268 Lfree(Lwp); in worker_thread()1527 (void) Lfree(Lwp); in worker_thread()