Home
last modified time | relevance | path

Searched refs:m_new_obj_with_finaliser (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmisc.h72 #define m_new_obj_with_finaliser(type) ((type *)(m_malloc_with_finaliser(sizeof(type)))) macro
75 #define m_new_obj_with_finaliser(type) m_new_obj(type) macro
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat_file.c195 pyb_file_obj_t *o = m_new_obj_with_finaliser(pyb_file_obj_t); in file_open()
A Dmodussl_axtls.c122 mp_obj_ssl_socket_t *o = m_new_obj_with_finaliser(mp_obj_ssl_socket_t); in ussl_socket_new()
A Dmodussl_mbedtls.c160 mp_obj_ssl_socket_t *o = m_new_obj_with_finaliser(mp_obj_ssl_socket_t); in socket_new()
A Dmodlwip.c816 lwip_socket_obj_t *socket = m_new_obj_with_finaliser(lwip_socket_obj_t); in lwip_socket_make_new()
960 lwip_socket_obj_t *socket2 = m_new_obj_with_finaliser(lwip_socket_obj_t); in lwip_socket_accept()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c264 socket_obj_t *sock = m_new_obj_with_finaliser(socket_obj_t); in socket_make_new()
344 socket_obj_t *sock = m_new_obj_with_finaliser(socket_obj_t); in socket_accept()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c276 socket_obj_t *sock = m_new_obj_with_finaliser(socket_obj_t); in socket_make_new()
356 socket_obj_t *sock = m_new_obj_with_finaliser(socket_obj_t); in socket_accept()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c256 socket_obj_t *sock = m_new_obj_with_finaliser(socket_obj_t); in socket_make_new()
333 socket_obj_t *sock = m_new_obj_with_finaliser(socket_obj_t); in socket_accept()

Completed in 20 milliseconds