Searched defs:heap_type (Results 1 – 5 of 5) sorted by relevance
68 auto heap_type = (PyHeapTypeObject *) PyType_Type.tp_alloc(&PyType_Type, 0); in make_static_property_type() local245 auto heap_type = (PyHeapTypeObject *) PyType_Type.tp_alloc(&PyType_Type, 0); in make_default_metaclass() local451 auto heap_type = (PyHeapTypeObject *) metaclass->tp_alloc(metaclass, 0); in make_object_base_type() local521 inline void enable_dynamic_attributes(PyHeapTypeObject *heap_type) { in enable_dynamic_attributes()585 inline void enable_buffer_protocol(PyHeapTypeObject *heap_type) { in enable_buffer_protocol()645 auto heap_type = (PyHeapTypeObject *) metaclass->tp_alloc(metaclass, 0); in make_new_python_type() local
34 unsigned long map_len, heap_type, heap_size, flags; in main() local
21 unsigned int heap_type; member
6 int ion_get_heap_id(int ion_fd, uint32_t heap_type) in ion_get_heap_id()
216 typedef std::vector<pointer, allocator_type> heap_type; typedef in tensorflow::__anond2c82b040111::IntrusiveHeap