Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmicropython.c59 return MP_OBJ_NEW_SMALL_INT(m_get_current_bytes_allocated()); in mp_micropython_mem_current()
73 …(mp_uint_t)m_get_total_bytes_allocated(), (mp_uint_t)m_get_current_bytes_allocated(), (mp_uint_t)m… in mp_micropython_mem_info()
A Dmalloc.c215 size_t m_get_current_bytes_allocated(void) { in m_get_current_bytes_allocated() function
A Dmisc.h108 size_t m_get_current_bytes_allocated(void);

Completed in 6 milliseconds