OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WITH_PYMALLOC
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python.h
71
#if defined(Py_DEBUG) && defined(
WITH_PYMALLOC
) && !defined(PYMALLOC_DEBUG)
74
#if defined(PYMALLOC_DEBUG) && !defined(
WITH_PYMALLOC
)
75
#error "PYMALLOC_DEBUG requires
WITH_PYMALLOC
"
pyconfig.h
1121
#define
WITH_PYMALLOC
1
[
all
...]
objimpl.h
50
specialized Python allocator (implemented in obmalloc.c), if
WITH_PYMALLOC
is
75
object allocator. If
WITH_PYMALLOC
is enabled, these may differ from
103
#ifdef
WITH_PYMALLOC
104
#ifdef PYMALLOC_DEBUG /*
WITH_PYMALLOC
&& PYMALLOC_DEBUG */
125
#else /*
WITH_PYMALLOC
&& ! PYMALLOC_DEBUG */
131
#else /* !
WITH_PYMALLOC
*/
136
#endif /*
WITH_PYMALLOC
*/
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python.h
71
#if defined(Py_DEBUG) && defined(
WITH_PYMALLOC
) && !defined(PYMALLOC_DEBUG)
74
#if defined(PYMALLOC_DEBUG) && !defined(
WITH_PYMALLOC
)
75
#error "PYMALLOC_DEBUG requires
WITH_PYMALLOC
"
pyconfig.h
1121
#define
WITH_PYMALLOC
1
[
all
...]
objimpl.h
50
specialized Python allocator (implemented in obmalloc.c), if
WITH_PYMALLOC
is
75
object allocator. If
WITH_PYMALLOC
is enabled, these may differ from
103
#ifdef
WITH_PYMALLOC
104
#ifdef PYMALLOC_DEBUG /*
WITH_PYMALLOC
&& PYMALLOC_DEBUG */
125
#else /*
WITH_PYMALLOC
&& ! PYMALLOC_DEBUG */
131
#else /* !
WITH_PYMALLOC
*/
136
#endif /*
WITH_PYMALLOC
*/
Completed in 36 milliseconds