HomeSort by: relevance | last modified time | path
    Searched defs:free (Results 1 - 25 of 570) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/isc/libsodium/include/
stdlib.h 4 #undef free macro
6 #define free(addr) __free_should_not_be_used macro
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);
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);
  /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);
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);
  /src/external/bsd/ntp/dist/sntp/unity/
unity_fixture_malloc_overrides.h 16 #define free unity_free macro
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
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
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
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);
InterpBlock.cpp 44 (reinterpret_cast<DeadBlock *>(this + 1) - 1)->free();
79 void DeadBlock::free() { function in class:DeadBlock
86 ::free(this);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
win32_alloc.c 37 #undef free macro
59 free( ptr);
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)
xmalloc.h 55 #undef free macro
60 #define free USE_XFREE_INSTEAD_OF_FREE macro
69 #define xfree(ptr) free(ptr)
  /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("remapped (free: %d, erasable: %d)\n", chmp->chm_nr_free_blocks, chmp->chm_nr_erasable_blocks);
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("remapped (free: %d, erasable: %d)\n", chmp->chm_nr_free_blocks, chmp->chm_nr_erasable_blocks);
  /src/sys/arch/i386/stand/lib/test/
sanamespace.h 7 #undef free macro

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>