Searched refs:_PyObject (Results 1 – 4 of 4) sorted by relevance
/third_party/node/tools/inspector_protocol/jinja2/ |
D | debug.py | 318 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)),
|
/third_party/python/Objects/ |
D | obmalloc.c | 216 static PyMemAllocatorEx _PyObject = PYDBGOBJ_ALLOC; variable 220 static PyMemAllocatorEx _PyObject = PYOBJ_ALLOC; variable 383 pymemallocator_eq(&_PyObject, &malloc_alloc)) in _PyMem_GetCurrentAllocatorName() 390 pymemallocator_eq(&_PyObject, &pymalloc)) in _PyMem_GetCurrentAllocatorName() 402 pymemallocator_eq(&_PyObject, &dbg_obj)) in _PyMem_GetCurrentAllocatorName() 448 return (_PyObject.malloc == _PyMem_DebugMalloc); in _PyMem_DebugEnabled() 458 return (_PyObject.malloc == _PyObject_Malloc); in _PyMem_PymallocEnabled() 496 if (_PyObject.malloc == _PyMem_DebugMalloc) { in _PyMem_SetupDebugHooksDomain() 526 case PYMEM_DOMAIN_OBJ: *allocator = _PyObject; break; in PyMem_GetAllocator() 544 case PYMEM_DOMAIN_OBJ: _PyObject = *allocator; break; in PyMem_SetAllocator() [all …]
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 6 Objects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 1557 Objects/obmalloc.c - _PyObject -
|