OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PYMALLOC_DEBUG
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python.h
68
/* Debug-mode build with pymalloc implies
PYMALLOC_DEBUG
.
69
*
PYMALLOC_DEBUG
is in error if pymalloc is not in use.
71
#if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(
PYMALLOC_DEBUG
)
72
#define
PYMALLOC_DEBUG
74
#if defined(
PYMALLOC_DEBUG
) && !defined(WITH_PYMALLOC)
75
#error "
PYMALLOC_DEBUG
requires WITH_PYMALLOC"
pymem.h
28
PYMALLOC_DEBUG
mode, Python wraps all calls to all PyMem_ and PyObject_
60
#ifdef
PYMALLOC_DEBUG
66
#else /* !
PYMALLOC_DEBUG
*/
80
#endif /*
PYMALLOC_DEBUG
*/
objimpl.h
51
enabled. In addition, a special debugging allocator is used if
PYMALLOC_DEBUG
104
#ifdef
PYMALLOC_DEBUG
/* WITH_PYMALLOC &&
PYMALLOC_DEBUG
*/
125
#else /* WITH_PYMALLOC && !
PYMALLOC_DEBUG
*/
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python.h
68
/* Debug-mode build with pymalloc implies
PYMALLOC_DEBUG
.
69
*
PYMALLOC_DEBUG
is in error if pymalloc is not in use.
71
#if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(
PYMALLOC_DEBUG
)
72
#define
PYMALLOC_DEBUG
74
#if defined(
PYMALLOC_DEBUG
) && !defined(WITH_PYMALLOC)
75
#error "
PYMALLOC_DEBUG
requires WITH_PYMALLOC"
pymem.h
28
PYMALLOC_DEBUG
mode, Python wraps all calls to all PyMem_ and PyObject_
60
#ifdef
PYMALLOC_DEBUG
66
#else /* !
PYMALLOC_DEBUG
*/
80
#endif /*
PYMALLOC_DEBUG
*/
objimpl.h
51
enabled. In addition, a special debugging allocator is used if
PYMALLOC_DEBUG
104
#ifdef
PYMALLOC_DEBUG
/* WITH_PYMALLOC &&
PYMALLOC_DEBUG
*/
125
#else /* WITH_PYMALLOC && !
PYMALLOC_DEBUG
*/
Completed in 893 milliseconds