Searched refs:list_dealloc (Results 1 – 2 of 2) sorted by relevance
39 static void list_dealloc( LIST * l ) in list_dealloc() function78 list_dealloc( l ); in list_append()85 list_dealloc( nl ); in list_append()128 list_dealloc( head ); in list_push_back()227 list_dealloc( head ); in list_free()245 list_dealloc( l ); in list_pop_front()255 list_dealloc( l ); in list_pop_front()
331 list_dealloc(PyListObject *op) in list_dealloc() function335 Py_TRASHCAN_BEGIN(op, list_dealloc) in list_dealloc()3046 (destructor)list_dealloc, /* tp_dealloc */