Searched defs:Free (Results 1 – 10 of 10) sorted by relevance
/titanic_51/usr/src/boot/lib/libstand/ |
H A D | zalloc_malloc.c | 89 Free(void *ptr, const char *file, int line) in Free() function
|
/titanic_51/usr/src/uts/common/net/ |
H A D | radix.h | 183 #define Free(p, c) kmem_cache_free(c, p) macro 204 #define Free(p, c) free((char *)p); /* c is ignored */ macro
|
/titanic_51/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | dh_gssapi.h | 54 #define Free(p) free(p) macro
|
/titanic_51/usr/src/common/lzma/ |
H A D | Types.h | 210 void (*Free)(void *p, void *address, size_t size); /* address can be 0 */ member
|
/titanic_51/usr/src/boot/sys/boot/efi/boot1/ |
H A D | boot1.c | 83 Free(void *buf, const char *file __unused, int line __unused) in Free() function
|
/titanic_51/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 77 #define Free(x) { if (x) free(x); } macro
|
/titanic_51/usr/src/uts/common/inet/ipf/ |
H A D | radix_ipf.h | 170 #define Free(p) KFREE(p) macro
|
/titanic_51/usr/src/cmd/lp/include/ |
H A D | lp.h | 526 #define Free(ptr) _Free(ptr, __FILE__, __LINE__) macro
|
/titanic_51/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib_p.h | 167 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
|
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | commands.c | 162 Free(char **p) in Free() function
|