/titanic_50/usr/src/lib/libc/port/stdio/ |
H A D | popen.c | 104 lfree(node, sizeof (node_t)); in popen() 109 lfree(node, sizeof (node_t)); in popen() 128 lfree(node, sizeof (node_t)); in popen() 137 lfree(node, sizeof (node_t)); in popen() 173 lfree(node, sizeof (node_t)); in popen() 185 lfree(node, sizeof (node_t)); in popen() 273 lfree(new, sizeof (node_t)); in _insert_nolock() 325 lfree(curr, sizeof (node_t)); in _delete()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | tsdalloc.c | 59 lfree(p, loc[i].size); in _free_tsdbuf() 62 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t)); in _free_tsdbuf() 93 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t)); in tsdalloc()
|
H A D | deflt.c | 70 lfree(thr_data->buf, BUFFERSIZE); in free_thr_data() 137 lfree(thr_data, sizeof (struct thr_data)); in defopen_r() 348 lfree(thr_data->buf, BUFFERSIZE); in defclose_r() 349 lfree(thr_data, sizeof (struct thr_data)); in defclose_r()
|
H A D | closedir.c | 55 lfree(dirp->dd_buf, DIRBUF); in closedir() 56 lfree(pdirp, sizeof (*pdirp)); in closedir()
|
H A D | fdopendir.c | 81 lfree(pdirp, sizeof (*pdirp)); in fdopendir() 83 lfree(buf, DIRBUF); in fdopendir()
|
H A D | gettxt.c | 153 lfree(dbc, sizeof (struct db_cache)); in gettxt() 171 lfree(dbl, sizeof (struct db_list)); in gettxt() 181 lfree(dbl, sizeof (struct db_list)); in gettxt()
|
H A D | atexit.c | 159 lfree(p, sizeof (_exthdlr_t)); in __cxa_finalize() 280 lfree(atfp, sizeof (atfork_t)); in _preexec_atfork_unload() 357 lfree(p, sizeof (_exthdlr_t)); in _preexec_exit_handlers() 430 lfree(p, sizeof (_qexthdlr_t)); in quick_exit()
|
H A D | localtime.c | 1455 lfree(fullname, namelen); in load_zoneinfo() 1458 lfree(fullname, namelen); in load_zoneinfo() 1484 lfree(bufp, flen); in load_zoneinfo() 1490 lfree(bufp, flen); in load_zoneinfo() 1515 lfree(bufp, flen); in load_zoneinfo() 1526 lfree(bufp, flen); in load_zoneinfo() 1552 lfree(bufp, flen); in load_zoneinfo() 1559 lfree(bufp, flen); in load_zoneinfo() 1596 lfree(bufp, flen); in load_zoneinfo() 1636 lfree(bufp, flen); in load_zoneinfo() [all …]
|
H A D | tsearch.c | 123 lfree(*rootp, sizeof (NODE)); /* D4: Free node */ in tdelete()
|
H A D | getxby_door.c | 623 lfree(tsdbuf->buffer, (size_t)tsdbuf->buflen); in _nsc_freedbuf() 665 lfree(tsdbuf->buffer, (size_t)tsdbuf->buflen); in _nsc_getdoorbuf()
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_debug.c | 315 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);
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 309 lfree(dirbuf, DIRBUF); in posix_spawn() 318 lfree(dirbuf, DIRBUF); in posix_spawn() 423 lfree(dirbuf, DIRBUF); in posix_spawnp() 432 lfree(dirbuf, DIRBUF); in posix_spawnp() 533 lfree(fap->fa_path, fap->fa_pathsize); in posix_spawn_file_actions_destroy() 534 lfree(fap, sizeof (*fap)); in posix_spawn_file_actions_destroy() 581 lfree(fap, sizeof (*fap)); in posix_spawn_file_actions_addopen() 677 lfree(sap, sizeof (*sap)); in posix_spawnattr_destroy()
|
H A D | tls.c | 67 lfree(tls_modinfo->tls_data, in tls_modinfo_alloc() 241 lfree(self->ul_tlsent, in slow_tls_get_addr() 448 lfree(base, size); in tls_free() 452 lfree(ulwp->ul_tlsent, ntlsent * sizeof (tls_t)); in tls_free()
|
H A D | alloc.c | 270 lfree(void *ptr, size_t size) in lfree() function 372 lfree(ptr, ptr->private_size); in libc_realloc() 384 lfree(ptr, ptr->private_size); in libc_free()
|
H A D | tsd.c | 133 lfree(old_data, old_nkeys * sizeof (void *)); in thr_keycreate() 311 lfree(stsd, stsd->tsd_nalloc * sizeof (void *)); in thr_setspecific_slow() 451 lfree(stsd, stsd->tsd_nalloc * sizeof (void *)); in tsd_free()
|
H A D | pthr_rwlock.c | 59 lfree(attr->__pthread_rwlockattrp, sizeof (rwlattr_t)); in pthread_rwlockattr_destroy()
|
H A D | pthr_cond.c | 59 lfree(attr->__pthread_condattrp, sizeof (cvattr_t)); in pthread_condattr_destroy()
|
H A D | pthr_barrier.c | 57 lfree(attr->__pthread_barrierattrp, sizeof (barrierattr_t)); in pthread_barrierattr_destroy()
|
/titanic_50/usr/src/lib/libc/ |
H A D | README | 92 void lfree(void *, size_t); 99 lmalloc() and lfree() are the basic interfaces. The libc_*() 100 variants are built on top of lmalloc()/lfree() but they have 103 return zeroed memory blocks. Note that lmalloc()/lfree() 105 to lmalloc() and to pass the same value to lfree(). 107 Memory allocated by lmalloc() can only be freed by lfree(). 112 lmalloc()/lfree() is a small and simple power of two allocator. 162 be released by lfree or libc_free, respectively. 164 * lfree takes an argument to tell the size of the releasing 169 to be released by lfree or libc_free and these are internal
|
/titanic_50/usr/src/lib/libc/port/tpool/ |
H A D | thread_pool.c | 65 lfree(job, sizeof (*job)); in delete_pool() 68 lfree(tpool, sizeof (*tpool)); in delete_pool() 190 lfree(job, sizeof (*job)); in tpool_worker() 292 lfree(tpool, sizeof (*tpool)); in tpool_create() 535 lfree(job, sizeof (*job)); in postfork1_child_tpool()
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | localeimpl.c | 166 lfree(ldata, sizeof (*ldata)); in __locdata_alloc() 186 lfree(ldata, sizeof (*ldata)); in __locdata_free() 412 lfree(loc, sizeof (*loc)); in freelocale()
|
/titanic_50/usr/src/lib/libc/port/rt/ |
H A D | sigev_thread.c | 105 lfree(stdp, sizeof (*stdp)); in notify_thread() 138 lfree(stdp, sizeof (*stdp)); in sigev_add_work() 375 lfree(stdp, sizeof (*stdp)); in aio_spawner() 443 lfree(tcdp, sizeof (*tcdp)); in free_sigev_handler()
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | mtlib.h | 58 extern void lfree(void *, size_t);
|
H A D | libc.h | 72 extern void lfree(void *, size_t);
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | malloc.c | 307 lfree(void *ptr, size_t size) in lfree() function
|