Searched refs:m_new_obj_var_with_finaliser (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | vfs_lfsx_file.c | 92 …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()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | misc.h | 73 #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
|
Completed in 4 milliseconds