Searched refs:heap_type (Results 1 – 9 of 9) sorted by relevance
/external/python/pybind11/include/pybind11/detail/ |
D | class.h | 68 auto heap_type = (PyHeapTypeObject *) PyType_Type.tp_alloc(&PyType_Type, 0); in make_static_property_type() local 69 if (!heap_type) in make_static_property_type() 72 heap_type->ht_name = name_obj.inc_ref().ptr(); in make_static_property_type() 74 heap_type->ht_qualname = name_obj.inc_ref().ptr(); in make_static_property_type() 77 auto type = &heap_type->ht_type; in make_static_property_type() 245 auto heap_type = (PyHeapTypeObject *) PyType_Type.tp_alloc(&PyType_Type, 0); in make_default_metaclass() local 246 if (!heap_type) in make_default_metaclass() 249 heap_type->ht_name = name_obj.inc_ref().ptr(); in make_default_metaclass() 251 heap_type->ht_qualname = name_obj.inc_ref().ptr(); in make_default_metaclass() 254 auto type = &heap_type->ht_type; in make_default_metaclass() [all …]
|
/external/linux-kselftest/tools/testing/selftests/android/ion/ |
D | ionapp_export.c | 34 unsigned long map_len, heap_type, heap_size, flags; in main() local 45 heap_type = ION_HEAP_TYPE_SYSTEM; in main() 57 heap_type = ION_HEAP_TYPE_SYSTEM; in main() 60 heap_type = ION_HEAP_TYPE_SYSTEM_CONTIG; in main() 83 printf("heap_type: %ld, heap_size: %ld\n", heap_type, heap_size); in main() 84 info.heap_type = heap_type; in main()
|
D | ionutils.h | 21 unsigned int heap_type; member
|
D | ionmap_test.c | 91 info.heap_type = ION_HEAP_TYPE_SYSTEM; in main()
|
D | README | 80 heap_type: 0, heap_size: 10 99 ion_test.sh: heap_type: 0 - [PASS]
|
D | ionutils.c | 82 if (heap_data[i].type == ion_info->heap_type) { in ion_export_buffer_fd()
|
/external/igt-gpu-tools/lib/ |
D | ion.c | 6 int ion_get_heap_id(int ion_fd, uint32_t heap_type) in ion_get_heap_id() argument 29 if (hi->type == heap_type) in ion_get_heap_id()
|
D | ion.h | 14 int ion_get_heap_id(int ion_fd, uint32_t heap_type);
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | distributed_tpu_rewrite_pass.cc | 216 typedef std::vector<pointer, allocator_type> heap_type; typedef in tensorflow::__anond2c82b040111::IntrusiveHeap 228 heap_type heap_; // NOLINT 235 const heap_type& heap() const { return rep_.heap_; } in heap() 236 heap_type& heap() { return rep_.heap_; } in heap()
|