Searched refs:m_get_current_bytes_allocated (Results 1 – 3 of 3) sorted by relevance
59 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()
215 size_t m_get_current_bytes_allocated(void) { in m_get_current_bytes_allocated() function
108 size_t m_get_current_bytes_allocated(void);
Completed in 6 milliseconds