| /src/sys/external/isc/libsodium/include/ |
| stdlib.h | 4 #undef free macro 6 #define free(addr) __free_should_not_be_used macro
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| free.c | 1 /* Make free() preserve errno. 3 Copyright (C) 2003, 2006, 2009-2022 Free Software Foundation, Inc. 5 This file is free software: you can redistribute it and/or modify 7 published by the Free Software Foundation; either version 2.1 of the 32 # undef free macro 44 free (p); 48 free (p);
|
| alloca.c | 37 # undef free macro 38 # define free EMACS_FREE macro 158 free (hp); /* Collect garbage. */
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| free.c | 1 /* Make free() preserve errno. 3 Copyright (C) 2003, 2006, 2009-2022 Free Software Foundation, Inc. 5 This file is free software: you can redistribute it and/or modify 7 published by the Free Software Foundation; either version 2.1 of the 32 # undef free macro 44 free (p); 48 free (p);
|
| alloca.c | 37 # undef free macro 38 # define free EMACS_FREE macro 158 free (hp); /* Collect garbage. */
|
| /src/external/bsd/ntp/dist/sntp/unity/ |
| unity_fixture_malloc_overrides.h | 16 #define free unity_free macro
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| libgrep.h | 2 Copyright (C) 2005 Free Software Foundation, Inc. 4 This program is free software; you can redistribute it and/or modify 6 the Free Software Foundation; either version 2, or (at your option) 15 along with this program; if not, write to the Free Software Foundation, 43 /* Free a compiled pattern. */ 44 void (*free) (void *compiled_pattern); member in struct:__anon9243
|
| /src/sys/external/bsd/drm2/include/linux/ |
| nbsd-namespace.h | 47 #undef free macro
|
| /src/sys/sys/ |
| malloc.h | 53 * and free(). They may be re-instated as diagnostics at some point. 71 #define free(addr, type) kern_free(addr) macro
|
| thmap.h | 44 void (*free)(uintptr_t, size_t); member in struct:__anon7713
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| InterpBlock.cpp | 44 (reinterpret_cast<DeadBlock *>(this + 1) - 1)->free(); 79 void DeadBlock::free() { function in class:DeadBlock 86 ::free(this);
|
| /src/sys/ufs/chfs/ |
| chfs_erase.c | 42 * EBH will find a free eraseblock if any or will erase one if there isn't any 43 * free, just dirty block. 53 uint32_t dirty, unchecked, used, free, wasted; local 89 free = cheb->free_size; 92 /* Free allocated node references for this eraseblock */ 106 chfs_change_size_free(chmp, cheb, chmp->chm_ebh->eb_size - free); 120 dbg("remaped (free: %d, erasable: %d)\n", chmp->chm_nr_free_blocks, chmp->chm_nr_erasable_blocks);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| win32_alloc.c | 37 #undef free macro 59 free( ptr);
|
| /src/external/bsd/tre/dist/lib/ |
| xmalloc.h | 55 #undef free macro 60 #define free USE_XFREE_INSTEAD_OF_FREE macro 69 #define xfree(ptr) free(ptr)
|
| /src/sys/arch/i386/stand/lib/test/ |
| sanamespace.h | 7 #undef free macro
|
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_mm.h | 6 * Permission is hereby granted, free of charge, to any person obtaining a 42 int free; member in struct:drm_mm_node
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| gcmalloc.h | 46 * malloc(), calloc(), realloc(), and free() entry points in the main 77 free(void *ptr) function 120 #define racoon_free(p) free((p))
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| store-int.h | 46 void (*free)(struct krb5_storage_data*); member in struct:krb5_storage_data
|
| /src/external/bsd/file/dist/src/ |
| memtest.c | 64 free(void *p) function 67 void (*orig)(void *) = dlsym(RTLD_NEXT, "free"); 69 int l = snprintf(buf, sizeof(buf), "free %p\n", p);
|
| /src/external/bsd/mdocml/dist/ |
| compat_ohash.h | 31 void (*free)(void *, void *); member in struct:ohash_info
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| format.h | 2 Copyright (C) 2001-2006 Free Software Foundation, Inc. 5 This program is free software; you can redistribute it and/or modify 7 the Free Software Foundation; either version 2, or (at your option) 16 along with this program; if not, write to the Free Software Foundation, 54 /* Free a format string descriptor, returned by parse(). */ 55 void (*free) (void *descr); member in struct:formatstring_parser
|
| /src/external/gpl2/libmalloc/dist/ |
| free.c | 1 /* $NetBSD: free.c,v 1.1.1.1 2016/01/13 21:42:18 christos Exp $ */ 3 /* Free a block of memory allocated by `malloc'. 4 Copyright 1990, 1991, 1992, 1994 Free Software Foundation, Inc. 7 This library is free software; you can redistribute it and/or 9 published by the Free Software Foundation; either version 2 of the 19 not, write to the Free Software Foundation, Inc., 675 Mass Ave, 23 or (US mail) as Mike Haertel c/o Free Software Foundation. */ 30 /* Debugging hook for free. */ 37 Like `free' but don't call a __free_hook if there is one. */ 58 /* Find the free cluster previous to this one in the free list 192 free (ptr) function [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| pool.c | 32 isc_pooldeallocator_t free; member in struct:isc_pool 48 pool->free = NULL; 76 pool->free = release; 125 newpool->free = pool->free; 159 if (pool->free != NULL && pool->pool[i] != NULL) { 160 pool->free(&pool->pool[i]);
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_hip_runtime_wrapper.h | 60 static inline __device__ void *free(void *__ptr) { return __hip_free(__ptr); } function 66 static inline __device__ void *free(void *__ptr) { function
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| sis_drm.h | 6 * Permission is hereby granted, free of charge, to any person obtaining a 56 unsigned long free; member in struct:__anon4274
|