| /src/external/gpl3/gdb/dist/readline/readline/ |
| xfree.c | 0 /* xfree.c -- safe version of free that ignores attempts to free NUL */ 45 xfree (PTR_T string) function
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb-xfree.h | 28 xfree (T *ptr) function 30 static_assert (IsFreeable<T>::value, "Trying to use xfree with a non-POD \
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| xfree.c | 0 /* xfree.c -- safe version of free that ignores attempts to free NUL */ 45 xfree (PTR_T string) function
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb-xfree.h | 28 xfree (T *ptr) function 30 static_assert (IsFreeable<T>::value, "Trying to use xfree with a non-POD \
|
| /src/external/bsd/mdocml/dist/ |
| test-ohash.c | 8 static void xfree(void *, void *); 23 xfree(void *p, void *arg) function 35 i.free = xfree;
|
| /src/external/bsd/tre/dist/lib/ |
| xmalloc.h | 50 #define xfree(ptr) xfree_impl(ptr, __FILE__, __LINE__, __XMALLOC_FUNCTION) macro 69 #define xfree(ptr) free(ptr) macro
|
| /src/libexec/ld.elf_so/ |
| xmalloc.c | 285 xfree(void *cp) function 349 xfree(cp);
|
| /src/external/bsd/tre/dist/tests/ |
| retest.c | 37 #define xfree free macro 175 xfree(buf);
|
| /src/external/gpl3/binutils/dist/gas/ |
| as.h | 118 #define obstack_chunk_free xfree 120 #define xfree free macro
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| as.h | 118 #define obstack_chunk_free xfree 120 #define xfree free macro
|
| /src/external/historical/nawk/dist/ |
| awk.h | 40 #define xfree(a) { free((void *)(intptr_t)(a)); (a) = NULL; } macro
|
| /src/sys/kern/ |
| subr_vmem.c | 187 #define xfree(p, sz) free(p) macro 195 #define xfree(p, sz) kmem_free(p, sz); macro 806 xfree(vm->vm_hashlist, 812 xfree(vm, sizeof(*vm)); 906 xfree(oldhashlist,
|