Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjexcept.c473 size_t o_str_alloc = strlen((const char *)fmt) + 1; in mp_obj_new_exception_msg_vlist() local
474 byte *o_str_buf = m_new_maybe(byte, o_str_alloc); in mp_obj_new_exception_msg_vlist()
486o_str_alloc = (uint8_t *)MP_STATE_VM(mp_emergency_exception_buf) + mp_emergency_exception_buf_size… in mp_obj_new_exception_msg_vlist()
501 o_str->len = o_str_alloc - 1; // will be equal to strlen(fmt) in mp_obj_new_exception_msg_vlist()
506 struct _exc_printer_t exc_pr = {!used_emg_buf, o_str_alloc, 0, o_str_buf}; in mp_obj_new_exception_msg_vlist()

Completed in 4 milliseconds