Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmalloc.c91 MP_STATE_MEM(total_bytes_allocated) += num_bytes; in m_malloc()
102 MP_STATE_MEM(total_bytes_allocated) += num_bytes; in m_malloc_maybe()
117 MP_STATE_MEM(total_bytes_allocated) += num_bytes; in m_malloc_with_finaliser()
152 MP_STATE_MEM(total_bytes_allocated) += diff; in m_realloc()
180 MP_STATE_MEM(total_bytes_allocated) += diff; in m_realloc_maybe()
212 return MP_STATE_MEM(total_bytes_allocated); in m_get_total_bytes_allocated()
A Dmpstate.h68 size_t total_bytes_allocated; member

Completed in 4 milliseconds