Home
last modified time | relevance | path

Searched defs:free (Results 1 – 25 of 71) sorted by path

123

/illumos-gate/usr/src/boot/libsa/
H A Dstand.h449 #define free(x) Free(x, __FILE__, __LINE__) macro
456 #define free(x) Free(x, NULL, 0) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfakewin.h43 #define free _ffree macro
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c177 void (*free)(void *obj); /* routine that will free obj */ member
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h71 #define free(a) my_free(a, __FILE__, __LINE__) macro
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c470 fsblkcnt64_t totalblks, availblks, avail, free, used; in dfreedev() local
592 fsblkcnt64_t totalblks, avail, free, used, reserved; in dfreemnt() local
635 show_inode_usage(fsfilcnt64_t total, fsfilcnt64_t free) in show_inode_usage()
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c96 struct cachekey_disklist *free; member
582 int i, inuse, inuse_err, free, free_err; in print_cache_ch() local
/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.h31 void (*free)(void *, void *); member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1203 tg_buildstate_t *state = NULL, *new_state, *free = NULL; in typegraph_build_anchored() local
1603 tg_todo_t *first = NULL, *last = NULL, *free = NULL, *this = NULL; in typegraph_pass1_node() local
2114 tg_poststate_t *free = NULL, *stack = NULL, *state; in typegraph_postpass_node() local
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1588 char free[MDB_NICENUM_BUFLEN]; in metaslab_stats() local
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.h83 int free; member
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h55 u_int32_t free; /* 32-35: Free list page number. */ member
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcontrol.c364 long free; local
H A Dqueue.c6574 long free; local
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c289 free(void *ptr) in free() function
/illumos-gate/usr/src/cmd/sh/
H A Dblok.c174 free(ap) in free() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlib.h48 Hash_free_f free; /* value free routine */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h257 #define free(d) (_VMFL_(Vmregion), _ast_free((Void_t*)(d)) ) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c58 #define free _ast_free macro
173 #define free _ast_free macro
583 extern void free(reg Void_t* data) in free() function
906 #define free ______free macro
1065 #define free ______free macro
H A Dvmhdr.h311 Block_t* free; /* most recent free block */ member
335 Block_t* free; /* recent free blocks */ member
H A Dvmprofile.c59 Vmulong_t free; /* amount freed */ member
363 reg Vmulong_t nalloc, alloc, nfree, free; local
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h847 #define free(p) vmfree(Vmregion,(void*)p) macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h309 u_int32_t free; /* page number of first free page */ member
/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c233 free(void *cp) in free() function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c852 free(void *old) in free() function
/illumos-gate/usr/src/lib/libdemangle/common/
H A Ddemangle-sys.h34 void (*free)(void *, size_t); member

123