Searched refs:lfree (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dclosedir.c35 * We use lmalloc()/lfree() rather than malloc()/free() in
55 lfree(dirp->dd_buf, DIRBUF);
56 lfree(pdirp, sizeof (*pdirp));
H A Dtsdalloc.c59 lfree(p, loc[i].size);
62 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t));
93 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t));
H A Dfdopendir.c32 * We use lmalloc()/lfree() rather than malloc()/free() in
81 lfree(pdirp, sizeof (*pdirp));
83 lfree(buf, DIRBUF);
H A Ddeflt.c70 lfree(thr_data->buf, BUFFERSIZE);
137 lfree(thr_data, sizeof (struct thr_data));
348 lfree(thr_data->buf, BUFFERSIZE);
349 lfree(thr_data, sizeof (struct thr_data));
H A Dgettxt.c153 lfree(dbc, sizeof (struct db_cache));
171 lfree(dbl, sizeof (struct db_list));
181 lfree(dbl, sizeof (struct db_list));
H A Datexit.c41 * Note that memory is managed by lmalloc()/lfree().
50 * Another reason for using lmalloc()/lfree() is that the atexit()
159 lfree(p, sizeof (_exthdlr_t));
280 lfree(atfp, sizeof (atfork_t));
357 lfree(p, sizeof (_exthdlr_t));
430 lfree(p, sizeof (_qexthdlr_t));
H A Dtsearch.c123 lfree(*rootp, sizeof (NODE)); /* D4: Free node */
H A Dlocaltime.c1455 lfree(fullname, namelen);
1458 lfree(fullname, namelen);
1484 lfree(bufp, flen);
1490 lfree(bufp, flen);
1515 lfree(bufp, flen);
1526 lfree(bufp, flen);
1552 lfree(bufp, flen);
1559 lfree(bufp, flen);
1596 lfree(bufp, flen);
1636 lfree(buf
[all...]
H A Dgetxby_door.c623 lfree(tsdbuf->buffer, (size_t)tsdbuf->buflen);
665 lfree(tsdbuf->buffer, (size_t)tsdbuf->buflen);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dpopen.c104 lfree(node, sizeof (node_t));
109 lfree(node, sizeof (node_t));
128 lfree(node, sizeof (node_t));
137 lfree(node, sizeof (node_t));
173 lfree(node, sizeof (node_t));
185 lfree(node, sizeof (node_t));
273 lfree(new, sizeof (node_t));
325 lfree(curr, sizeof (node_t));
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c315 u_long ifree, lfree, nkeys; local
322 nkeys = ifree = lfree = 0;
334 lfree += h->upper - h->lower;
371 ((double)(pleaf - lfree) / pleaf) * 100,
372 pleaf - lfree, lfree);
/illumos-gate/usr/src/lib/libc/inc/
H A Dmtlib.h58 extern void lfree(void *, size_t);
H A Dlibc.h72 extern void lfree(void *, size_t);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_rwlock.c57 lfree(attr->__pthread_rwlockattrp, sizeof (rwlattr_t));
H A Dspawn.c309 lfree(dirbuf, DIRBUF);
318 lfree(dirbuf, DIRBUF);
423 lfree(dirbuf, DIRBUF);
432 lfree(dirbuf, DIRBUF);
533 lfree(fap->fa_path, fap->fa_pathsize);
534 lfree(fap, sizeof (*fap));
581 lfree(fap, sizeof (*fap));
677 lfree(sap, sizeof (*sap));
H A Dtls.c67 lfree(tls_modinfo->tls_data,
241 lfree(self->ul_tlsent,
256 tlsent->tls_size = 0; /* don't lfree() this space */
448 lfree(base, size);
452 lfree(ulwp->ul_tlsent, ntlsent * sizeof (tls_t));
H A Dtsd.c133 lfree(old_data, old_nkeys * sizeof (void *));
311 lfree(stsd, stsd->tsd_nalloc * sizeof (void *));
451 lfree(stsd, stsd->tsd_nalloc * sizeof (void *));
H A Dalloc.c271 lfree(void *ptr, size_t size) function
293 * to pthread_attr_destroy() who then calls lfree() with
317 thr_panic("lfree() called with a misaligned pointer");
373 lfree(ptr, ptr->private_size);
385 lfree(ptr, ptr->private_size);
H A Dpthr_barrier.c55 lfree(attr->__pthread_barrierattrp, sizeof (barrierattr_t));
H A Dpthr_cond.c57 lfree(attr->__pthread_condattrp, sizeof (cvattr_t));
H A Dpthr_mutex.c60 lfree(attr->__pthread_mutexattrp, sizeof (mattr_t));
/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c65 lfree(job, sizeof (*job));
68 lfree(tpool, sizeof (*tpool));
190 lfree(job, sizeof (*job));
292 lfree(tpool, sizeof (*tpool));
535 lfree(job, sizeof (*job));
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c166 lfree(ldata, sizeof (*ldata));
186 lfree(ldata, sizeof (*ldata));
412 lfree(loc, sizeof (*loc));
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c105 lfree(stdp, sizeof (*stdp));
138 lfree(stdp, sizeof (*stdp));
375 lfree(stdp, sizeof (*stdp));
443 lfree(tcdp, sizeof (*tcdp));
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c285 * Replace both free() and lfree() (libc's private memory allocator).
307 lfree(void *ptr, size_t size) function

Completed in 98 milliseconds

12