HomeSort by relevance Sort by last modified time
    Searched defs:PYMALLOC_DEBUG (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/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"
  /prebuilts/gdb/linux-x86/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"
  /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"
  /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"

Completed in 199 milliseconds