Home
last modified time | relevance | path

Searched refs:deallocation (Results 1 – 25 of 94) sorted by relevance

1234

/external/tensorflow/tensorflow/core/framework/
Dlog_memory.cc59 MemoryLogTensorDeallocation deallocation; in RecordTensorDeallocation() local
60 deallocation.set_allocation_id(allocation_id); in RecordTensorDeallocation()
61 deallocation.set_allocator_name(allocator_name); in RecordTensorDeallocation()
62 OutputToLog(deallocation); in RecordTensorDeallocation()
92 MemoryLogRawDeallocation deallocation; in RecordRawDeallocation() local
93 deallocation.set_step_id(step_id); in RecordRawDeallocation()
94 deallocation.set_operation(operation); in RecordRawDeallocation()
95 deallocation.set_allocation_id(allocator->AllocationId(ptr)); in RecordRawDeallocation()
96 deallocation.set_allocator_name(allocator->Name()); in RecordRawDeallocation()
97 deallocation.set_deferred(deferred); in RecordRawDeallocation()
[all …]
Dlog_memory.proto69 // corresponding deallocation.
80 // Name of the operation making the deallocation.
90 // True if the deallocation is queued and will be performed later,
Dstep_stats.proto27 // The allocation and deallocation timeline.
/external/compiler-rt/lib/scudo/
Dscudo_flags.inc19 "Size (in Mb) of quarantine used to delay the actual deallocation "
35 "Zero chunk contents on allocation and deallocation.")
/external/llvm/docs/
DScudoHardenedAllocator.rst62 allocation and deallocation patterns.
87 Your linked binary should now make use of the Scudo allocation and deallocation
100 used to delay the actual deallocation of chunks. Lower value may reduce
116 contents on allocation and deallocation.
/external/scudo/standalone/
Dflags.inc15 "deallocation of chunks. Lower value may reduce memory usage but "
28 "Terminate on a type mismatch in allocation-deallocation functions, "
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DScudoHardenedAllocator.rst81 allocation and deallocation patterns.
106 Your linked binary should now make use of the Scudo allocation and deallocation
173 | | | | the actual deallocation of chunks…
197 | | | | allocation and deallocation. …
/external/scudo/
DMETADATA6 "performance. It provides the standard C allocation and deallocation "
/external/python/cpython2/Doc/c-api/
Drefcounting.rst30 count reaches zero, the object's type's deallocation function (which must not be
35 The deallocation function can cause arbitrary Python code to be invoked (e.g.
/external/python/cpython3/Doc/c-api/
Drefcounting.rst30 count reaches zero, the object's type's deallocation function (which must not be
35 The deallocation function can cause arbitrary Python code to be invoked (e.g.
/external/gwp_asan/gwp_asan/
Doptions.inc45 "deallocation when reporting a memory error. GWP-ASan's signal handler "
/external/ltp/testscripts/
DReadme_ROBind50 File system stress - inode allocation/deallocation.
/external/angle/third_party/VulkanMemoryAllocator/
DCHANGELOG.md29 …ted out of an internal free-list allocator. This makes allocation and deallocation causing 0 dynam…
109 …` handle that you must retrieve from allocation functions and pass to deallocation functions next …
/external/ltp/testcases/kernel/fs/fs_inod/
Dfs_inod_readme.txt25 FUNCTIONALITY: File system stress - inode allocation/deallocation
/external/jemalloc_new/
DChangeLog73 which speeds up the sized deallocation path significantly. (@interwq)
95 - Consolidate two memory loads into one on the fast deallocation path.
260 part of fast-path deallocation. (@interwq)
266 and directly embed extent metadata needed for fast-path deallocation.
650 allocation/deallocation within the application's thread-specific data
736 allocation versus deallocation.
749 - Add sdallocx(), which implements sized deallocation. The primary
767 reduces the cost of repeated huge allocation/deallocation, because it
914 allocation, not just deallocation.
922 - Fix huge deallocation to junk fill when munmap is disabled.
[all …]
DTUNING.md30 with large memory footprint and frequent allocation / deallocation
/external/libcxx/
DAndroid.bp188 "-fsized-deallocation",
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto115 // The allocation and deallocation times and sizes throughout execution.
/external/jemalloc/
DChangeLog276 allocation/deallocation within the application's thread-specific data
362 allocation versus deallocation.
375 - Add sdallocx(), which implements sized deallocation. The primary
393 reduces the cost of repeated huge allocation/deallocation, because it
540 allocation, not just deallocation.
548 - Fix huge deallocation to junk fill when munmap is disabled.
741 - Work around TLS deallocation via free() on Linux. This bug could cause
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Coroutines/
Dcoro-heap-elide.ll1 ; Tests that the dynamic allocation and deallocation of the coroutine frame is
/external/clang/include/clang/Driver/
DCLCompatOptions.td149 HelpText<"Enable C++14 sized global deallocation functions">,
152 HelpText<"Disable C++14 sized global deallocation functions">,
/external/u-boot/board/freescale/t1040qds/
DREADME27 - Hardware buffer management for buffer allocation and deallocation
/external/clang/test/Analysis/
DMismatchedDeallocator-checker-test.mm17 // Test if an allocation function matches deallocation function
/external/bcc/tools/
Dmemleak_example.txt4 memleak traces and matches memory allocation and deallocation requests, and
/external/protobuf/objectivec/
DGPBRootObject.m73 // to worry about deallocation. All of the items are added to it at

1234