Searched defs:xfree (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dxfree.c45 xfree (PTR_T string) function
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dxfree.c45 xfree (PTR_T string) function
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb-xfree.h28 xfree (T *ptr) function
/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-ohash.c23 xfree(void *p, void *arg) function
/netbsd-current/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-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Drmem.c106 void Mem::xfree(void *p) function in class:Mem
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-utils.h56 xfree (T *ptr) function
/netbsd-current/libexec/ld.elf_so/
H A Dxmalloc.c305 xfree(void *cp) function
/netbsd-current/external/bsd/tre/dist/tests/
H A Dretest.c37 #define xfree free macro
/netbsd-current/external/historical/nawk/dist/
H A Dawk.h35 #define xfree(a) { if ((a) != NULL) { free((void *)(intptr_t)(a)); (a) = NULL; } } macro
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Das.h167 #define xfree free macro
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Das.h123 #define xfree free macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Das.h167 #define xfree free macro
/netbsd-current/sys/kern/
H A Dsubr_vmem.c174 #define xfree(p, sz) free(p) macro
182 #define xfree(p, sz) kmem_free(p, sz); macro

Completed in 327 milliseconds