Home
last modified time | relevance | path

Searched refs:allocators (Results 1 – 25 of 65) sorted by relevance

123

/external/skia/tests/
DGrAllocatorTest.cpp75 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/
DGrAllocatorTest.cpp75 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.c30 } allocators; variable
297 return allocators.raw.malloc(allocators.raw.ctx, size); in raw_malloc()
303 allocators.raw.free(allocators.raw.ctx, ptr); in raw_free()
968 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw); in tracemalloc_init()
1103 alloc.ctx = &allocators.raw; in tracemalloc_start()
1104 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw); in tracemalloc_start()
1113 alloc.ctx = &allocators.mem; in tracemalloc_start()
1114 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &allocators.mem); in tracemalloc_start()
1117 alloc.ctx = &allocators.obj; in tracemalloc_start()
1118 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &allocators.obj); in tracemalloc_start()
[all …]
/external/python/cpython3/Doc/c-api/
Dmemory.rst28 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/compiler-rt/lib/cfi/
Dcfi_blacklist.txt10 # STL allocators (T *allocator<T *>::allocate(size_type, const void*)).
/external/libcxx/test/support/
Ddebug_mode_helper.h372 CHECKPOINT("testing swap with non-equal allocators");
/external/python/cpython2/Doc/c-api/
Dmemory.rst28 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/jemalloc_new/
DREADME9 among the best allocators for a broad range of demanding applications, and
/external/jemalloc/
DREADME9 toward making jemalloc among the best allocators for a broad range of demanding
/external/tensorflow/tensorflow/contrib/memory_stats/
DBUILD2 # Ops that get statistics on memory allocators.
/external/python/cpython3/Doc/using/
Dcmdline.rst433 * Install debug hooks on memory allocators: see the
718 Set the Python memory allocators and/or install debug hooks.
720 Set the family of memory allocators used by Python:
722 * ``default``: use the :ref:`default memory allocators
723 <default-memory-allocators>`.
734 allocators <default-memory-allocators>`.
738 See the :ref:`default memory allocators <default-memory-allocators>` and the
740 memory allocators).
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllc.rst154 Valid register allocators are:
174 Specify the spiller to use for register allocators that support it. Currently
/external/llvm/docs/CommandGuide/
Dllc.rst146 Valid register allocators are:
166 Specify the spiller to use for register allocators that support it. Currently
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllc.pod135 Valid register allocators are:
159 Specify the spiller to use for register allocators that support it. Currently
/external/pdfium/third_party/lcms/
D0000-cmserr-changes.patch177 // To reset it, we use the default allocators, which cannot be overriden
220 - // Return to the default allocators
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt101 allocators
/external/swiftshader/third_party/llvm-7.0/llvm/
DCODE_OWNERS.TXT69 D: Loop Strength Reduction, Register allocators
/external/llvm/
DCODE_OWNERS.TXT51 D: Register allocators
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle137 * allocations useful for garbage collected memory allocators
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in6 * multiple allocators simultaneously.
/external/swiftshader/third_party/subzero/docs/
DALLOCATION.rst78 buffers, they need to use different allocators. This is because the translation
/external/bcc/tools/
Dmemleak_example.txt67 Attaching to kernel allocators, Ctrl+C to quit.
/external/tensorflow/tensorflow/contrib/verbs/
DREADME.md30 …sed, i.e allocators pre-allocate a large memory block, and allocate the tensors from there. By att…
/external/libxcam/
Dconfigure.ac302 …PKG_CHECK_MODULES([GST_ALLOCATOR], [gstreamer-allocators-$GST_API_VERSION >= $GST_VERSION_REQUIRED…
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_defs.h.in6 * multiple allocators simultaneously.

123