/external/skia/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/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/python/cpython3/Modules/ |
D | _tracemalloc.c | 31 } allocators; variable 277 return allocators.raw.malloc(allocators.raw.ctx, size); in raw_malloc() 283 allocators.raw.free(allocators.raw.ctx, ptr); in raw_free() 948 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw); in tracemalloc_init() 1083 alloc.ctx = &allocators.raw; in tracemalloc_start() 1084 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw); in tracemalloc_start() 1093 alloc.ctx = &allocators.mem; in tracemalloc_start() 1094 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &allocators.mem); in tracemalloc_start() 1097 alloc.ctx = &allocators.obj; in tracemalloc_start() 1098 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &allocators.obj); in tracemalloc_start() [all …]
|
/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 …]
|
D | init_config.rst | 215 * ``PYMEM_ALLOCATOR_NOT_SET`` (``0``): don't change memory allocators 217 * ``PYMEM_ALLOCATOR_DEFAULT`` (``1``): default memory allocators 218 * ``PYMEM_ALLOCATOR_DEBUG`` (``2``): default memory allocators with
|
/external/compiler-rt/lib/cfi/ |
D | cfi_blacklist.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/jemalloc/ |
D | README | 9 toward making jemalloc among the best allocators for a broad range of demanding
|
/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/angle/third_party/rapidjson/ |
D | BUILD.gn | 13 "src/include/rapidjson/allocators.h",
|
/external/python/cpython3/Doc/using/ |
D | cmdline.rst | 451 * Install debug hooks on memory allocators: see the 759 Set the Python memory allocators and/or install debug hooks. 761 Set the family of memory allocators used by Python: 763 * ``default``: use the :ref:`default memory allocators 764 <default-memory-allocators>`. 775 allocators <default-memory-allocators>`. 779 See the :ref:`default memory allocators <default-memory-allocators>` and the 781 memory allocators).
|
/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/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llc.rst | 154 Valid register allocators are: 174 Specify the spiller to use for register allocators that support it. Currently
|
/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/compiler/xla/python/ |
D | local_client.cc | 128 std::vector<se::MultiDeviceAdapter::AllocatorWithStream> allocators; in CreateBFCAllocator() local 157 allocators.emplace_back(std::move(gpu_bfc_allocator), in CreateBFCAllocator() 163 std::move(allocators)); in CreateBFCAllocator()
|
/external/python/cpython3/Tools/c-globals/ |
D | ignored-globals.txt | 101 allocators
|
/external/llvm/ |
D | CODE_OWNERS.TXT | 51 D: Register allocators
|
/external/swiftshader/third_party/llvm-7.0/llvm/ |
D | CODE_OWNERS.TXT | 69 D: Loop Strength Reduction, Register allocators
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 137 * allocations useful for garbage collected memory allocators
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 6 * multiple allocators simultaneously.
|
/external/bcc/tools/ |
D | memleak_example.txt | 67 Attaching to kernel allocators, Ctrl+C to quit.
|
/external/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 78 buffers, they need to use different allocators. This is because the translation
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a4.rst | 81 Debug memory allocators: disable serialno field by default from debug hooks 82 on Python memory allocators to reduce the memory footprint by 5%. Enable 1369 internal constants used by debug hooks on Python memory allocators
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 6 * multiple allocators simultaneously.
|