MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _PyObject_DebugFreeApi

Function _PyObject_DebugFreeApi

Objects/obmalloc.c:1470–1484  ·  view source on GitHub ↗

The debug free first checks the 2*SST bytes on each end for sanity (in particular, that the FORBIDDENBYTEs with the api ID are still intact). Then fills the original bytes with DEADBYTE. Then calls the underlying free. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_PyMem_DebugFreeFunction · 0.85
_PyObject_DebugFreeFunction · 0.85

Calls 3

read_size_tFunction · 0.85
PyObject_FreeFunction · 0.85

Tested by

no test coverage detected