Searched refs:deallocation (Results 1 – 25 of 94) sorted by relevance
1234
/external/tensorflow/tensorflow/core/framework/ |
D | log_memory.cc | 59 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 …]
|
D | log_memory.proto | 69 // corresponding deallocation. 80 // Name of the operation making the deallocation. 90 // True if the deallocation is queued and will be performed later,
|
D | step_stats.proto | 27 // The allocation and deallocation timeline.
|
/external/compiler-rt/lib/scudo/ |
D | scudo_flags.inc | 19 "Size (in Mb) of quarantine used to delay the actual deallocation " 35 "Zero chunk contents on allocation and deallocation.")
|
/external/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 62 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/ |
D | flags.inc | 15 "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/ |
D | ScudoHardenedAllocator.rst | 81 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/ |
D | METADATA | 6 "performance. It provides the standard C allocation and deallocation "
|
/external/python/cpython2/Doc/c-api/ |
D | refcounting.rst | 30 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/ |
D | refcounting.rst | 30 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/ |
D | options.inc | 45 "deallocation when reporting a memory error. GWP-ASan's signal handler "
|
/external/ltp/testscripts/ |
D | Readme_ROBind | 50 File system stress - inode allocation/deallocation.
|
/external/angle/third_party/VulkanMemoryAllocator/ |
D | CHANGELOG.md | 29 …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/ |
D | fs_inod_readme.txt | 25 FUNCTIONALITY: File system stress - inode allocation/deallocation
|
/external/jemalloc_new/ |
D | ChangeLog | 73 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 …]
|
D | TUNING.md | 30 with large memory footprint and frequent allocation / deallocation
|
/external/libcxx/ |
D | Android.bp | 188 "-fsized-deallocation",
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_log.proto | 115 // The allocation and deallocation times and sizes throughout execution.
|
/external/jemalloc/ |
D | ChangeLog | 276 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/ |
D | coro-heap-elide.ll | 1 ; Tests that the dynamic allocation and deallocation of the coroutine frame is
|
/external/clang/include/clang/Driver/ |
D | CLCompatOptions.td | 149 HelpText<"Enable C++14 sized global deallocation functions">, 152 HelpText<"Disable C++14 sized global deallocation functions">,
|
/external/u-boot/board/freescale/t1040qds/ |
D | README | 27 - Hardware buffer management for buffer allocation and deallocation
|
/external/clang/test/Analysis/ |
D | MismatchedDeallocator-checker-test.mm | 17 // Test if an allocation function matches deallocation function
|
/external/bcc/tools/ |
D | memleak_example.txt | 4 memleak traces and matches memory allocation and deallocation requests, and
|
/external/protobuf/objectivec/ |
D | GPBRootObject.m | 73 // to worry about deallocation. All of the items are added to it at
|
1234