Searched refs:pybind11_object_dealloc (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h325 pybind11_fail("pybind11_object_dealloc(): Tried to deallocate unregistered instance!");
347 extern "C" inline void pybind11_object_dealloc(PyObject *self) { function
353 // `type->tp_dealloc != pybind11_object_dealloc` means that we're being called
356 // with `pybind11_object_dealloc`, but with the common one stashed in internals.
390 type->tp_dealloc = pybind11_object_dealloc;

Completed in 11 milliseconds