Home
last modified time | relevance | path

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

12

/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()
Dgrammar.c43 PyObject_FREE(g->g_dfa[i].d_state[j].s_arc); in freegrammar()
44 PyObject_FREE(g->g_dfa[i].d_state); in freegrammar()
46 PyObject_FREE(g->g_dfa); in freegrammar()
49 PyObject_FREE(g->g_ll.ll_label); in freegrammar()
50 PyObject_FREE(g); in freegrammar()
Dacceler.c47 PyObject_FREE(s->s_accel); in PyGrammar_RemoveAccelerators()
124 PyObject_FREE(accel); in fixstate()
Dpgen.c125 PyObject_FREE(gr->gr_nfa[i]->nf_state); in freenfagrammar()
127 PyObject_FREE(gr->gr_nfa); in freenfagrammar()
128 PyObject_FREE(gr); in freenfagrammar()
506 PyObject_FREE(xx_state[i].ss_arc); in makedfa()
508 PyObject_FREE(xx_state); in makedfa()
Dbitset.c25 PyObject_FREE(ss); in delbitset()
Dparsetok.c203 PyObject_FREE(str); in parsetok()
256 PyObject_FREE(r); in parsetok()
Dfirstsets.c112 PyObject_FREE(sym); in calcfirstset()
Dpgenmain.c108 PyObject_FREE(err.text); in getgrammar()
/external/python/cpython3/Parser/
Dnode.c125 PyObject_FREE(n); in PyNode_Free()
146 PyObject_FREE(n->n_child); in freechildren()
148 PyObject_FREE(STR(n)); in freechildren()
Dgrammar.c38 PyObject_FREE(g->g_dfa[i].d_state[j].s_arc); in freegrammar()
39 PyObject_FREE(g->g_dfa[i].d_state); in freegrammar()
41 PyObject_FREE(g->g_dfa); in freegrammar()
44 PyObject_FREE(g->g_ll.ll_label); in freegrammar()
45 PyObject_FREE(g); in freegrammar()
Dparsetok.c242 PyObject_FREE(str); in parsetok()
248 PyObject_FREE(str); in parsetok()
268 PyObject_FREE(str); in parsetok()
343 PyObject_FREE(r); in parsetok()
Dacceler.c47 PyObject_FREE(s->s_accel); in PyGrammar_RemoveAccelerators()
124 PyObject_FREE(accel); in fixstate()
Dpgen.c124 PyObject_FREE(gr->gr_nfa[i]->nf_state); in freenfagrammar()
126 PyObject_FREE(gr->gr_nfa); in freenfagrammar()
127 PyObject_FREE(gr); in freenfagrammar()
504 PyObject_FREE(xx_state[i].ss_arc); in makedfa()
506 PyObject_FREE(xx_state); in makedfa()
Dbitset.c25 PyObject_FREE(ss); in delbitset()
Dfirstsets.c112 PyObject_FREE(sym); in calcfirstset()
Dpgenmain.c121 PyObject_FREE(err.text); in getgrammar()
/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/cpython3/Include/
Dobjimpl.h119 #define PyObject_FREE PyObject_Free macro
/external/python/cpython2/Objects/stringlib/
Dstring_format.h1067 PyObject_FREE(it); in formatteriter_dealloc()
1227 PyObject_FREE(it); in fieldnameiter_dealloc()
/external/python/cpython3/Modules/
Dparsermodule.c926 PyObject_FREE(strn); in build_node_children()
932 PyObject_FREE(strn); in build_node_children()
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h981 PyObject_FREE(it); in formatteriter_dealloc()
1145 PyObject_FREE(it); in fieldnameiter_dealloc()
/external/python/cpython2/Doc/c-api/
Dmemory.rst212 * :c:func:`PyObject_FREE`: alias to :c:func:`PyObject_Free`
214 * :c:func:`PyObject_DEL`: alias to :c:func:`PyObject_FREE` (so finally an alias
/external/python/cpython2/PC/
D_subprocess.c115 PyObject_FREE(self); in sp_handle_dealloc()
/external/python/cpython3/Objects/
Dfloatobject.c220 PyObject_FREE(op); in float_dealloc()
2015 PyObject_FREE(f); in PyFloat_ClearFreeList()
/external/python/cpython2/Modules/
Dgcmodule.c1562 PyObject_FREE(g); in PyObject_GC_Del()

12