MCPcopy Index your code
hub / github.com/python/cpython / _sizeof_void_p

Function _sizeof_void_p

Tools/gdb/libpython.py:69–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 return gdb.lookup_type('unsigned int').pointer()
68
69def _sizeof_void_p():
70 return gdb.lookup_type('void').pointer().sizeof
71
72def _managed_dict_offset():
73 # See pycore_object.h

Callers 3

_managed_dict_offsetFunction · 0.85
_PyObject_VAR_SIZEFunction · 0.85
get_attr_dictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…