/external/skqp/tests/ |
D | GrAllocatorTest.cpp | 75 SkTArray<GrTAllocator<C>*> allocators; in DEF_TEST() local 77 allocators.push_back(&a1); in DEF_TEST() 79 allocators.push_back(&a2); in DEF_TEST() 81 allocators.push_back(&a5); in DEF_TEST() 84 allocators.push_back(&a1); in DEF_TEST() 86 allocators.push_back(&sa3); in DEF_TEST() 88 allocators.push_back(&sa4); in DEF_TEST() 90 for (int i = 0; i < allocators.count(); ++i) { in DEF_TEST() 91 check_allocator(allocators[i], 0, 0, reporter); in DEF_TEST() 92 check_allocator(allocators[i], 1, 1, reporter); in DEF_TEST() [all …]
|
/external/crosvm/resources/src/ |
D | address_allocator.rs | 246 allocators: &'a mut [AddressAllocator], field 250 pub fn new(allocators: &'a mut [AddressAllocator]) -> Self { in new() 251 AddressAllocatorSet { allocators } in new() 262 for allocator in self.allocators.iter_mut() { in allocate_with_align() 273 for allocator in self.allocators.iter_mut() { in allocate() 284 for allocator in self.allocators.iter_mut() { in allocate_at() 295 for allocator in self.allocators.iter_mut() { in release() 305 for allocator in self.allocators.iter() { in get() 316 for allocator in self.allocators.iter() { in address_from_pci_offset()
|
/external/python/cpython3/Modules/ |
D | _tracemalloc.c | 34 } allocators; variable 254 return allocators.raw.malloc(allocators.raw.ctx, size); in raw_malloc() 260 allocators.raw.free(allocators.raw.ctx, ptr); in raw_free() 867 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw); in tracemalloc_init() 993 alloc.ctx = &allocators.raw; in tracemalloc_start() 994 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw); in tracemalloc_start() 1003 alloc.ctx = &allocators.mem; in tracemalloc_start() 1004 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &allocators.mem); in tracemalloc_start() 1007 alloc.ctx = &allocators.obj; in tracemalloc_start() 1008 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &allocators.obj); in tracemalloc_start() [all …]
|
/external/llvm-project/mlir/lib/Dialect/OpenMP/IR/ |
D | OpenMPDialect.cpp | 213 SmallVector<OpAsmParser::OperandType, 4> allocators; in parseParallelOp() local 280 allocators, allocatorTypes)) in parseParallelOp() 283 segments[allocatorPos] = allocators.size(); in parseParallelOp() 361 parser.resolveOperands(allocators, allocatorTypes, allocators[0].location, in parseParallelOp()
|
/external/python/cpython3/Doc/c-api/ |
D | memory.rst | 28 several object-specific allocators operate on the same heap and implement 33 some of the work to the object-specific allocators, but ensures that the latter 89 the memory allocators used by Python. 103 The :ref:`default raw memory allocator <default-memory-allocators>` uses 169 The :ref:`default memory allocator <default-memory-allocators>` uses the 268 Object allocators 275 The :ref:`default object allocator <default-memory-allocators>` uses the 332 .. _default-memory-allocators: 337 Default memory allocators: 351 * ``malloc``: system allocators from the standard C library, C functions: [all …]
|
/external/llvm-project/compiler-rt/lib/gwp_asan/ |
D | CMakeLists.txt | 35 # allocators. Some supporting allocators (e.g. scudo standalone) cannot use any
|
/external/libchrome/base/third_party/valgrind/ |
D | README.chromium | 7 memory allocators.
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | gpu_device.cc | 96 std::vector<se::MultiDeviceAdapter::AllocatorWithStream> allocators; in CreateBFCAllocator() local 137 allocators.emplace_back(std::move(gpu_bfc_allocator), in CreateBFCAllocator() 141 std::move(allocators)); in CreateBFCAllocator()
|
/external/compiler-rt/lib/cfi/ |
D | cfi_blocklist.txt | 10 # STL allocators (T *allocator<T *>::allocate(size_type, const void*)).
|
/external/libcxx/test/support/ |
D | debug_mode_helper.h | 372 CHECKPOINT("testing swap with non-equal allocators");
|
/external/jemalloc_new/ |
D | README | 9 among the best allocators for a broad range of demanding applications, and
|
/external/python/cpython2/Doc/c-api/ |
D | memory.rst | 28 several object-specific allocators operate on the same heap and implement 33 some of the work to the object-specific allocators, but ensures that the latter 158 Object allocators 273 allocators is reduced to a minimum. The following code sequence contains two 275 allocators operating on different heaps. ::
|
/external/perfetto/src/profiling/memory/ |
D | CHANGELOG.md | 6 through the malloc-based system allocators.
|
D | BUILD.gn | 93 # This can be used to instrument custom allocators to report their allocations 137 # On GLibc Linux, this can be used to override the allocators using
|
/external/llvm/docs/CommandGuide/ |
D | llc.rst | 146 Valid register allocators are: 166 Specify the spiller to use for register allocators that support it. Currently
|
/external/python/cpython3/Doc/using/ |
D | cmdline.rst | 772 Set the Python memory allocators and/or install debug hooks. 774 Set the family of memory allocators used by Python: 776 * ``default``: use the :ref:`default memory allocators 777 <default-memory-allocators>`. 788 allocators <default-memory-allocators>`. 792 See the :ref:`default memory allocators <default-memory-allocators>` and the 794 memory allocators).
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llc.rst | 173 Valid register allocators are: 193 Specify the spiller to use for register allocators that support it. Currently
|
/external/python/cpython3/Doc/library/ |
D | devmode.rst | 43 * Install debug hooks on memory allocators to check for: 56 memory allocators, set the :envvar:`PYTHONMALLOC` environment variable to
|
/external/pdfium/third_party/lcms/ |
D | 0000-cmserr-changes.patch | 177 // To reset it, we use the default allocators, which cannot be overridden 220 - // Return to the default allocators
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | memory_profile.proto | 122 // Ids for profiled memory allocators, used to populate memory selection list
|
/external/python/cpython3/Tools/c-analyzer/ |
D | ignored-globals.txt | 101 allocators
|
/external/llvm/ |
D | CODE_OWNERS.TXT | 51 D: Register allocators
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 137 * allocations useful for garbage collected memory allocators
|
/external/llvm-project/llvm/ |
D | CODE_OWNERS.TXT | 79 D: Loop Strength Reduction, Register allocators
|
/external/llvm-project/libcxx/docs/ |
D | Cxx1yStatusIssuesStatus.csv | 11 …>`__","forward_list::merge and forward_list::splice_after with unequal allocators","Kona","|Comple… 138 "`2320 <https://wg21.link/lwg2320>`__","select_on_container_copy_construction() takes allocators, n…
|