Home
last modified time | relevance | path

Searched refs:PyObject_FREE (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Parser/
Dnode.c125 PyObject_FREE(n); in PyNode_Free()
146 PyObject_FREE(n->n_child); in freechildren()
148 PyObject_FREE(STR(n)); in freechildren()
Dacceler.c47 PyObject_FREE(s->s_accel); in PyGrammar_RemoveAccelerators()
124 PyObject_FREE(accel); in fixstate()
Dbitset.c25 PyObject_FREE(ss); in delbitset()
Dparsetok.c201 PyObject_FREE(str); in parsetok()
254 PyObject_FREE(r); in parsetok()
Dfirstsets.c112 PyObject_FREE(sym); in calcfirstset()
Dpgenmain.c107 PyObject_FREE(err.text); in getgrammar()
Dpgen.c492 PyObject_FREE(xx_state); in makedfa()
672 PyObject_FREE(gr); in pgen()
/external/python/cpython2/Include/
Dobjimpl.h122 #define PyObject_FREE _PyObject_DebugFree macro
128 #define PyObject_FREE PyObject_Free macro
134 #define PyObject_FREE PyMem_FREE macro
139 #define PyObject_DEL PyObject_FREE
/external/python/cpython2/Objects/stringlib/
Dstring_format.h1067 PyObject_FREE(it); in formatteriter_dealloc()
1227 PyObject_FREE(it); in fieldnameiter_dealloc()
/external/python/cpython2/PC/
D_subprocess.c115 PyObject_FREE(self); in sp_handle_dealloc()
/external/python/cpython2/Modules/
Dgcmodule.c1561 PyObject_FREE(g); in PyObject_GC_Del()
Dparsermodule.c826 PyObject_FREE(strn); in build_node_children()
830 PyObject_FREE(strn); in build_node_children()
D_testcapimodule.c2707 PyObject_FREE(ob); in test_structmembers_free()
D_sre.c1193 PyObject_FREE(ctx->u.rep); in SRE_MATCH()
/external/python/cpython2/Python/
Dpythonrun.c1667 PyObject_FREE(err->text); in err_input()
Dast.c1754 PyObject_FREE(s); in ast_for_factor()
/external/python/cpython2/Objects/
Dobject.c266 PyObject_FREE(op); in _PyObject_Del()
Dunicodeobject.c4332 PyObject_FREE(o); in encoding_map_dealloc()
8042 PyObject_FREE(result_buf); in unicode_subscript()