Definition at line 13 of file MemoryRegulator.h.
Public Member Functions | |
| MemoryRegulator () | |
Static Public Member Functions | |
| static bool | RecursiveRemove (Cppyy::TCppObject_t cppobj, Cppyy::TCppType_t klass) |
| static bool | RegisterPyObject (CPPInstance *pyobj, void *cppobj) |
| static PyObject * | RetrievePyObject (Cppyy::TCppObject_t cppobj, PyObject *pyclass) |
| static void | SetRegisterHook (MemHook_t h) |
| static void | SetUnregisterHook (MemHook_t h) |
| static bool | UnregisterPyObject (CPPInstance *pyobj, PyObject *pyclass) |
Static Private Attributes | |
| static MemHook_t | registerHook = nullptr |
| static MemHook_t | unregisterHook = nullptr |
#include </home/stephan/code/root-2/bindings/pyroot/cppyy/CPyCppyy/src/MemoryRegulator.h>
| CPyCppyy::MemoryRegulator::MemoryRegulator | ( | ) |
Definition at line 103 of file MemoryRegulator.cxx.
|
static |
Definition at line 111 of file MemoryRegulator.cxx.
|
static |
Definition at line 186 of file MemoryRegulator.cxx.
|
static |
Definition at line 244 of file MemoryRegulator.cxx.
|
static |
Definition at line 265 of file MemoryRegulator.cxx.
|
static |
Definition at line 271 of file MemoryRegulator.cxx.
|
static |
Definition at line 215 of file MemoryRegulator.cxx.
|
staticprivate |
Definition at line 15 of file MemoryRegulator.h.
|
staticprivate |
Definition at line 15 of file MemoryRegulator.h.