| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | AllocationActions.h | 27 /// be run at deallocation time. 43 /// actions will be run in reverse order at deallocation time. 48 /// This can be useful if clients want to pre-allocate room for deallocation 58 /// run in reverse order (not including the deallocation action for the failed 61 /// If all finalize actions succeed then a vector of deallocation actions will 68 /// Run deallocation actions.
|
| /freebsd/tests/sys/file/ |
| H A D | fspacectl_test.c | 181 * Check aligned deallocation 206 * Check unaligned deallocation 231 * Check aligned deallocation from certain offset to OFF_MAX 255 * Check unaligned deallocation from certain offset to OFF_MAX 279 * Check aligned deallocation around EOF 304 * Check unaligned deallocation around EOF
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 148 /// Called when deallocation has completed. 179 /// Convenience function for deallocation of a single alloc. 186 /// Convenience function for blocking deallocation. 195 /// Convenience function for blocking deallocation of a single alloc. 206 /// and deallocation policies. JITLinkMemoryManagers can construct a BasicLayout 239 /// deallocation policy. This allows clients to make two slab allocations:
|
| /freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | allocator_interface.h | 67 - __sanitizer_free_hook(ptr) is called immediately before deallocation of 69 - __sanitizer_ignore_free_hook(ptr) is called immediately before deallocation 70 of "ptr", and if it returns a non-zero value, the deallocation of "ptr"
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | ReportRetriever.cpp | 169 .Case("double-free", "Deallocation of freed memory") in FormatDescription() 171 "Deallocation size different from allocation size") in FormatDescription() 172 .Case("bad-free", "Deallocation of non-allocated memory") in FormatDescription() 174 "Mismatch between allocation and deallocation APIs") in FormatDescription()
|
| /freebsd/sys/dev/smartpqi/ |
| H A D | smartpqi_mem.c | 138 * DMA mem resource deallocation wrapper function 184 * Mem resource deallocation wrapper function 197 * dma/bus resource deallocation wrapper function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | |
| /freebsd/lib/libpmc/pmu-events/arch/x86/haswell/ |
| H A D | uncore-other.json | 3 …mber of valid entries in Coherency Tracker queue from allocation till deallocation. Aperture reque… 7 …mber of valid entries in Coherency Tracker queue from allocation till deallocation. Aperture reque…
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | flags.inc | 15 "deallocation of chunks. Lower value may reduce memory usage but " 28 "Terminate on a type mismatch in allocation-deallocation functions, "
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1058 // The deallocation function's name is looked up by searching for it in the in findDeleteForPromise() 1067 // If both a usual deallocation function with only a pointer parameter and a in findDeleteForPromise() 1068 // usual deallocation function with both a pointer parameter and a size in findDeleteForPromise() 1069 // parameter are found, then the selected deallocation function shall be the in findDeleteForPromise() 1070 // one with two parameters. Otherwise, the selected deallocation function in findDeleteForPromise() 1077 // parameters first. It will return the deallocation function with one in findDeleteForPromise() 1321 // Form and check allocation and deallocation calls. in makeNewAndDeleteExpr() 1513 // If no usual deallocation function is found, the program is ill-formed. in makeNewAndDeleteExpr() 1573 // The selected deallocation function shall be called with the address of in makeNewAndDeleteExpr() 1575 // deallocation function with a parameter of type std::size_t is in makeNewAndDeleteExpr() [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a65/ |
| H A D | ifu.json | 93 … an active state to an inactive state (long-term sleep state, causing deallocation of some resourc… 96 … an active state to an inactive state (long-term sleep state, causing deallocation of some resourc…
|
| /freebsd/contrib/jemalloc/ |
| H A D | ChangeLog | 126 - Fix an assertion on the deallocation fast-path. This regression was first 200 - Optimize the locking on large deallocation. (@interwq) 309 which speeds up the sized deallocation path significantly. (@interwq) 331 - Consolidate two memory loads into one on the fast deallocation path. 496 part of fast-path deallocation. (@interwq) 502 and directly embed extent metadata needed for fast-path deallocation. 886 allocation/deallocation within the application's thread-specific data 972 allocation versus deallocation. 985 - Add sdallocx(), which implements sized deallocation. The primary 1003 reduces the cost of repeated huge allocation/deallocation, becaus [all...] |
| /freebsd/lib/libpmc/pmu-events/arch/x86/alderlake/ |
| H A D | uncore-other.json | 32 …rk. Such entry is defined as valid from its allocation in ReqTrk till deallocation. Accounts for C…
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | emutls.c | 16 // There are 4 pthread key cleanup rounds on Bionic. Delay emutls deallocation 17 // to round 2. We need to delay deallocation because: 106 // Delay the emutls deallocation to accommodate other end-of-thread in emutls_key_destructor()
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | bin_stats.h | 9 * Total number of allocation/deallocation requests served directly by
|
| H A D | tcache_types.h | |
| /freebsd/contrib/ofed/libibverbs/man/ |
| H A D | ibv_alloc_mw.3 | 26 IBV_WR_LOCAL_INV/IBV_WR_SEND_WITH_INV WR opcode for type 2, deallocation.
|
| /freebsd/lib/libc/rpc/ |
| H A D | rpc_clnt_auth.3 | 57 Destruction usually involves deallocation
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | common.h | 67 // Maximum number of stack frames to collect on allocation/deallocation. The 81 // The compressed backtrace to the allocation/deallocation.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_fake_stack.h | 54 // frames in round robin fashion to maximize the delay between a deallocation 145 // that corresponds to the current frame to make faster deallocation.
|
| /freebsd/share/man/man9/ |
| H A D | device_get_ivars.9 | 54 automatic memory allocation or deallocation happens.
|
| /freebsd/share/man/man4/ |
| H A D | xdma.4 | 55 The controller provides virtual channels management (allocation, deallocation,
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ |
| H A D | fsl,bman.yaml | 14 BMan supports hardware allocation and deallocation of buffers belonging to
|
| /freebsd/contrib/openbsm/libbsm/ |
| H A D | au_free_token.3 | 43 The BSM API generally manages deallocation of
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_local_cache.h | 52 // If the first allocator call on a new thread is a deallocation, then in Deallocate() 177 // If the first allocator call on a new thread is a deallocation, then in Deallocate()
|