Home
last modified time | relevance | path

Searched refs:_PyObject (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/third_party/jinja2/
Ddebug.py318 class _PyObject(ctypes.Structure): class
320 _PyObject._fields_ = [
322 ('ob_type', ctypes.POINTER(_PyObject))
327 class _PyObject(ctypes.Structure): class
329 _PyObject._fields_ = [
330 ('_ob_next', ctypes.POINTER(_PyObject)),
331 ('_ob_prev', ctypes.POINTER(_PyObject)),
333 ('ob_type', ctypes.POINTER(_PyObject))
336 class _Traceback(_PyObject):
340 ('tb_frame', ctypes.POINTER(_PyObject)),
/external/python/cpython3/Objects/
Dobmalloc.c447 #define _PyObject (_PyRuntime.allocators.standard.obj) macro
671 pymemallocator_eq(&_PyObject, &malloc_alloc)) in get_current_allocator_name_unlocked()
678 pymemallocator_eq(&_PyObject, &pymalloc)) in get_current_allocator_name_unlocked()
686 pymemallocator_eq(&_PyObject, &mimalloc_obj)) in get_current_allocator_name_unlocked()
698 pymemallocator_eq(&_PyObject, &dbg_obj)) in get_current_allocator_name_unlocked()
751 return (_PyObject.malloc == _PyObject_Malloc); in _PyMem_PymallocEnabled()
766 return (_PyObject.malloc == _PyObject_MiMalloc); in _PyMem_MimallocEnabled()
807 if (_PyObject.malloc == _PyMem_DebugMalloc) { in set_up_debug_hooks_domain_unlocked()
846 case PYMEM_DOMAIN_OBJ: *allocator = _PyObject; break; in get_allocator_unlocked()
864 case PYMEM_DOMAIN_OBJ: _PyObject = *allocator; break; in set_allocator_unlocked()
[all …]
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv328 Objects/obmalloc.c - _PyObject -
/external/python/cpython3/Tools/c-analyzer/
DTODO14 Objects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject