Home
last modified time | relevance | path

Searched refs:PyObject_FREE (Results 1 – 25 of 34) 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.c150 PyObject_FREE(n); in PyNode_Free()
171 PyObject_FREE(n->n_child); in freechildren()
173 PyObject_FREE(STR(n)); in freechildren()
Dparsetok.c58 PyObject_FREE(arr->items[i].comment); in growable_comment_array_deallocate()
269 PyObject_FREE(str); in parsetok()
275 PyObject_FREE(str); in parsetok()
342 PyObject_FREE(str); in parsetok()
444 PyObject_FREE(r); in parsetok()
Dacceler.c45 PyObject_FREE(s->s_accel); in PyGrammar_RemoveAccelerators()
122 PyObject_FREE(accel); in fixstate()
/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.h108 #define PyObject_FREE PyObject_Free macro
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h986 PyObject_FREE(it); in formatteriter_dealloc()
1150 PyObject_FREE(it); in fieldnameiter_dealloc()
/external/python/cpython3/Modules/
Dparsermodule.c950 PyObject_FREE(strn); in build_node_children()
956 PyObject_FREE(strn); in build_node_children()
D_functoolsmodule.c480 PyObject_FREE(ko); in keyobject_dealloc()
/external/python/cpython2/Objects/stringlib/
Dstring_format.h1067 PyObject_FREE(it); in formatteriter_dealloc()
1227 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.c221 PyObject_FREE(op); in float_dealloc()
1987 PyObject_FREE(f); in _PyFloat_ClearFreeList()
Ddictobject.c273 PyObject_FREE(keys_free_list[--numfreekeys]); in _PyDict_ClearFreeList()
606 PyObject_FREE(keys); in free_keys_object()
1285 PyObject_FREE(oldkeys); in dictresize()
/external/python/cpython2/Modules/
Dgcmodule.c1562 PyObject_FREE(g); in PyObject_GC_Del()
Dparsermodule.c843 PyObject_FREE(strn); in build_node_children()
849 PyObject_FREE(strn); in build_node_children()
/external/python/cpython2/Python/
Dpythonrun.c1679 PyObject_FREE(err->text); in err_input()
/external/python/cpython3/Python/
Dpythonrun.c1675 PyObject_FREE(err->text); in err_input()

12