HomeSort by: relevance | last modified time | path
    Searched refs:Free (Results 1 - 25 of 1358) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/zstd/dist/contrib/pzstd/utils/
ResourcePool.h 22 * a free function that frees a `T*`.
35 using Free = std::function<void(T*)>;
41 Free free_;
50 * @param free The function to use to free resources created by `factory`.
52 ResourcePool(Factory factory, Free free)
53 : factory_(std::move(factory)), free_(std::move(free)), inUse_(0) {}
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_dlsym.h 50 static void Free(void *ptr) {
61 Free(ptr);
69 Free(ptr);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_dlsym.h 50 static void Free(void *ptr) {
61 Free(ptr);
69 Free(ptr);
  /src/external/gpl2/gmake/dist/
subproc.bat 3 rem 2005, 2006 Free Software Foundation, Inc.
6 rem GNU Make is free software; you can redistribute it and/or modify it under
7 rem the terms of the GNU General Public License as published by the Free
17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
  /src/external/gpl3/gcc/dist/libgcc/config/epiphany/
crtm1reg-r43.S 2 # Copyright (C) 2011-2024 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify it
7 # the Free Software Foundation; either version 3, or (at your option)
17 # 3.1, as published by the Free Software Foundation.
crtm1reg-r63.S 2 # Copyright (C) 2011-2024 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify it
7 # the Free Software Foundation; either version 3, or (at your option)
17 # 3.1, as published by the Free Software Foundation.
crtrunc.S 2 # Copyright (C) 2011-2024 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify it
7 # the Free Software Foundation; either version 3, or (at your option)
17 # 3.1, as published by the Free Software Foundation.
crti.S 2 # Copyright (C) 2010-2024 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify it
7 # the Free Software Foundation; either version 3, or (at your option)
17 # 3.1, as published by the Free Software Foundation.
  /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
crtm1reg-r43.S 2 # Copyright (C) 2011-2022 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify it
7 # the Free Software Foundation; either version 3, or (at your option)
17 # 3.1, as published by the Free Software Foundation.
crtm1reg-r63.S 2 # Copyright (C) 2011-2022 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify it
7 # the Free Software Foundation; either version 3, or (at your option)
17 # 3.1, as published by the Free Software Foundation.
crtrunc.S 2 # Copyright (C) 2011-2022 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify it
7 # the Free Software Foundation; either version 3, or (at your option)
17 # 3.1, as published by the Free Software Foundation.
  /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/include/openssl/
base.h 43 // will error that DeleterImpl<T> does not have a method Free.
44 DeleterImpl<T>::Free(ptr);
76 static void Free(type *ptr) { deleter(ptr); } \
86 static void Free(STACK_OF(type) *ptr) { \
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/ftdetect/
gcc-dev.vim 3 " Copyright (C) 2018-2024 Free Software Foundation, Inc.
5 " This script is free software; you can redistribute it and/or modify
7 " the Free Software Foundation; either version 3, or (at your option)
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/ftdetect/
gcc-dev.vim 3 " Copyright (C) 2018 Free Software Foundation, Inc.
5 " This script is free software; you can redistribute it and/or modify
7 " the Free Software Foundation; either version 3, or (at your option)
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 64 // Look in the list of free memory regions and use a block there if one
67 if (FreeMB.Free.allocatedSize() >= RequiredSize) {
68 Addr = (uintptr_t)FreeMB.Free.base();
69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize();
87 // Remember how much free space is now left in this block
88 FreeMB.Free =
94 // No pre-allocated free block was large enough. Allocate a new memory region.
136 // this case, we store the unused memory as a free memory block.
140 FreeMB.Free = sys::MemoryBlock((void *)(Addr + Size), FreeSize);
212 // Now go through free blocks and trim any of them that don't span the entir
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
arc-disassembler-options.s 3 # Copyright 2021-2024 Free Software Foundation, Inc.
5 # This program is free software; you can redistribute it and/or modify
7 # the Free Software Foundation; either version 3 of the License, or
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-cmd-error.exp 1 # Copyright 2016-2024 Free Software Foundation, Inc.
3 # This program is free software; you can redistribute it and/or modify
5 # the Free Software Foundation; either version 3 of the License, or
52 ".*Free Software Foundation.*\\^done" \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
arc-disassembler-options.s 3 # Copyright 2021-2025 Free Software Foundation, Inc.
5 # This program is free software; you can redistribute it and/or modify
7 # the Free Software Foundation; either version 3 of the License, or
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-cmd-error.exp 1 # Copyright 2016-2025 Free Software Foundation, Inc.
3 # This program is free software; you can redistribute it and/or modify
5 # the Free Software Foundation; either version 3 of the License, or
52 ".*Free Software Foundation.*\\^done" \
  /src/external/gpl3/binutils/dist/include/
libfcollector.h 1 ! Copyright (C) 2021-2026 Free Software Foundation, Inc.
6 ! This program is free software; you can redistribute it and/or modify
8 ! the Free Software Foundation; either version 3, or (at your option)
17 ! along with this program; if not, write to the Free Software
  /src/external/gpl3/binutils.old/dist/include/
libfcollector.h 1 ! Copyright (C) 2021-2025 Free Software Foundation, Inc.
6 ! This program is free software; you can redistribute it and/or modify
8 ! the Free Software Foundation; either version 3, or (at your option)
17 ! along with this program; if not, write to the Free Software
  /src/external/gpl3/gcc/dist/include/
libfcollector.h 1 ! Copyright (C) 2021-2024 Free Software Foundation, Inc.
6 ! This program is free software; you can redistribute it and/or modify
8 ! the Free Software Foundation; either version 3, or (at your option)
17 ! along with this program; if not, write to the Free Software
  /src/external/gpl3/gcc/dist/libgcc/config/ft32/
crti.S 3 # Copyright (C) 2009-2024 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify it
7 # Free Software Foundation; either version 3, or (at your option) any
17 # 3.1, as published by the Free Software Foundation.
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
crti.S 1 # Copyright (C) 2000-2024 Free Software Foundation, Inc.
4 # This file is free software; you can redistribute it and/or modify it
6 # Free Software Foundation; either version 3, or (at your option) any
16 # 3.1, as published by the Free Software Foundation.
  /src/external/gpl3/gcc/dist/libgcc/config/lm32/
crti.S 4 # Copyright (C) 2009-2024 Free Software Foundation, Inc.
6 # This file is free software; you can redistribute it and/or modify it
8 # Free Software Foundation; either version 3, or (at your option) any
18 # 3.1, as published by the Free Software Foundation.

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>