Home
last modified time | relevance | path

Searched full:deallocation (Results 1 – 25 of 240) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h27 /// 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 Dfspacectl_test.c181 * 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 DJITLinkMemoryManager.h148 /// 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 Dallocator_interface.h67 - __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 DReportRetriever.cpp169 .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 Dsmartpqi_mem.c138 * 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 DInstrumentationRuntimeASan.cpp
/freebsd/lib/libpmc/pmu-events/arch/x86/haswell/
H A Duncore-other.json3 …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 Dflags.inc15 "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 DSemaCoroutine.cpp1058 // 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 Difu.json93 … 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 DChangeLog126 - 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 Duncore-other.json32 …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 Demutls.c16 // 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 Dbin_stats.h9 * Total number of allocation/deallocation requests served directly by
H A Dtcache_types.h
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_alloc_mw.326 IBV_WR_LOCAL_INV/IBV_WR_SEND_WITH_INV WR opcode for type 2, deallocation.
/freebsd/lib/libc/rpc/
H A Drpc_clnt_auth.357 Destruction usually involves deallocation
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.h67 // 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 Dasan_fake_stack.h54 // 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 Ddevice_get_ivars.954 automatic memory allocation or deallocation happens.
/freebsd/share/man/man4/
H A Dxdma.455 The controller provides virtual channels management (allocation, deallocation,
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/
H A Dfsl,bman.yaml14 BMan supports hardware allocation and deallocation of buffers belonging to
/freebsd/contrib/openbsm/libbsm/
H A Dau_free_token.343 The BSM API generally manages deallocation of
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h52 // 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()

12345678910