Home
last modified time | relevance | path

Searched defs:xfree (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/bsd/tre/dist/lib/
H A Dxmalloc.h50 #define xfree(ptr) xfree_impl(ptr, __FILE__, __LINE__, __XMALLOC_FUNCTION) macro
69 #define xfree(ptr) free(ptr) macro
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dxfree.c45 xfree (PTR_T string) in xfree() function
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dxfree.c45 xfree (PTR_T string) in xfree() function
/netbsd/external/bsd/mdocml/dist/
H A Dtest-ohash.c23 xfree(void *p, void *arg) in xfree() function
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-utils.h56 xfree (T *ptr) in xfree() function
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-utils.h56 xfree (T *ptr) in xfree() function
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Drmem.c106 void Mem::xfree(void *p) in xfree() function
H A Drmem.d31 static void xfree(void* p) pure nothrow in xfree() function
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Drmem.c106 void Mem::xfree(void *p) in xfree() function
/netbsd/libexec/ld.elf_so/
H A Dxmalloc.c305 xfree(void *cp) in xfree() function
/netbsd/external/bsd/tre/dist/tests/
H A Dretest.c37 #define xfree free macro
/netbsd/external/gpl3/gdb/dist/gas/
H A Das.h167 #define xfree free macro
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Das.h167 #define xfree free macro
/netbsd/external/gpl3/binutils/dist/gas/
H A Das.h123 #define xfree free macro
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Das.h167 #define xfree free macro
/netbsd/external/historical/nawk/dist/
H A Dawk.h35 #define xfree(a) { if ((a) != NULL) { free((void *)(intptr_t)(a)); (a) = NULL; } } macro
/netbsd/sys/kern/
H A Dsubr_vmem.c163 #define xfree(p, sz) free(p) macro
170 #define xfree(p, sz) kmem_free(p, sz); macro