Searched defs:heap_type (Results 1 – 9 of 9) 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
163 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes() local189 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes() local
493 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes() local519 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in RegisterTypes() local
834 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in BuildPmapSubmodule() local
1285 PyHeapTypeObject* heap_type = reinterpret_cast<PyHeapTypeObject*>( in BuildJaxjitSubmodule() local
6 int ion_get_heap_id(int ion_fd, uint32_t heap_type) in ion_get_heap_id()
232 typedef std::vector<pointer, allocator_type> heap_type; typedef in tensorflow::__anone7fb67620111::IntrusiveHeap