source: trunk/essentials/dev-lang/python/Include/pymem.h@ 3300

Last change on this file since 3300 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 3.7 KB
Line 
1/* The PyMem_ family: low-level memory allocation interfaces.
2 See objimpl.h for the PyObject_ memory family.
3*/
4
5#ifndef Py_PYMEM_H
6#define Py_PYMEM_H
7
8#include "pyport.h"
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14/* BEWARE:
15