Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/extmod/
H A Dvfs_lfsx_file.c92 …MP_OBJ_VFS_LFSx_FILE *o = m_new_obj_var_with_finaliser(MP_OBJ_VFS_LFSx_FILE, uint8_t, self->lfs.cf… in MP_VFS_LFSx()
94 …MP_OBJ_VFS_LFSx_FILE *o = m_new_obj_var_with_finaliser(MP_OBJ_VFS_LFSx_FILE, uint8_t, self->lfs.cf… in MP_VFS_LFSx()
/dports/lang/micropython/micropython-1.17/py/
H A Dmisc.h73 #define m_new_obj_var_with_finaliser(type, var_type, var_num) ((type *)m_malloc_with_finaliser(size… macro
76 #define m_new_obj_var_with_finaliser(type, var_type, var_num) m_new_obj_var(type, var_type, var_num) macro