Home
last modified time | relevance | path

Searched refs:table_is_malloced (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
Dsetobject.c452 int table_is_malloced; in set_clear_internal() local
465 table_is_malloced = table != so->smalltable; in set_clear_internal()
474 if (table_is_malloced) in set_clear_internal()
507 if (table_is_malloced) in set_clear_internal()
Ddictobject.c939 int table_is_malloced; in PyDict_Clear() local
956 table_is_malloced = table != mp->ma_smalltable; in PyDict_Clear()
965 if (table_is_malloced) in PyDict_Clear()
999 if (table_is_malloced) in PyDict_Clear()
/external/python/cpython3/Objects/
Dsetobject.c389 int table_is_malloced = table != so->smalltable; in set_clear_internal() local
401 if (table_is_malloced) in set_clear_internal()
426 if (table_is_malloced) in set_clear_internal()