Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
MemoryRegulator.cxx File Reference
#include "CPyCppyy.h"
#include "MemoryRegulator.h"
#include "CPPInstance.h"
#include "ProxyWrappers.h"
#include <assert.h>
#include <string.h>
#include <iostream>

Functions

static Py_ssize_t AlwaysNullLength (PyObject *)

Variables

static PyTypeObject CPyCppyy_NoneType
static PyMappingMethods CPyCppyy_NoneType_mapping

Function Documentation

◆ AlwaysNullLength()

Py_ssize_t AlwaysNullLength ( PyObject * )
static

Definition at line 17 of file MemoryRegulator.cxx.

Variable Documentation

◆ CPyCppyy_NoneType

PyTypeObject CPyCppyy_NoneType
static

Definition at line 14 of file MemoryRegulator.cxx.

◆ CPyCppyy_NoneType_mapping

PyMappingMethods CPyCppyy_NoneType_mapping
static
Initial value:
= {
(binaryfunc) 0,
(objobjargproc) 0
}
static Py_ssize_t AlwaysNullLength(PyObject *)

Definition at line 23 of file MemoryRegulator.cxx.