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

  /external/linux-tools-perf/util/
python.c 297 .tp_dealloc = (destructor)pyrf_cpu_map__delete,
366 .tp_dealloc = (destructor)pyrf_thread_map__delete,
540 .tp_dealloc = (destructor)pyrf_evsel__delete,
774 .tp_dealloc = (destructor)pyrf_evlist__delete,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc; member in struct:_typeobject
762 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
779 * and tp_dealloc implementatons.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc; member in struct:_typeobject
762 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
779 * and tp_dealloc implementatons.
    [all...]

Completed in 184 milliseconds