HomeSort by relevance Sort by last modified time
    Searched refs:_Py_INC_TPALLOCS (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 729 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP))
734 #define _Py_INC_TPALLOCS(OP)
754 _Py_INC_TPALLOCS(op) _Py_COUNT_ALLOCS_COMMA \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 729 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP))
734 #define _Py_INC_TPALLOCS(OP)
754 _Py_INC_TPALLOCS(op) _Py_COUNT_ALLOCS_COMMA \
    [all...]

Completed in 353 milliseconds