Searched refs:o_str_alloc (Results 1 – 1 of 1) sorted by relevance
473 size_t o_str_alloc = strlen((const char *)fmt) + 1; in mp_obj_new_exception_msg_vlist() local474 byte *o_str_buf = m_new_maybe(byte, o_str_alloc); in mp_obj_new_exception_msg_vlist()486 …o_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