Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmap.c111 size_t old_alloc = map->alloc; in mp_map_rehash() local
113 DEBUG_printf("mp_map_rehash(%p): " UINT_FMT " -> " UINT_FMT "\n", map, old_alloc, new_alloc); in mp_map_rehash()
121 for (size_t i = 0; i < old_alloc; i++) { in mp_map_rehash()
126 m_del(mp_map_elem_t, old_table, old_alloc); in mp_map_rehash()
300 size_t old_alloc = set->alloc; in mp_set_rehash() local
305 for (size_t i = 0; i < old_alloc; i++) { in mp_set_rehash()
310 m_del(mp_obj_t, old_table, old_alloc); in mp_set_rehash()

Completed in 3 milliseconds