Searched refs:mp_nonlocal_free (Results 1 – 3 of 3) sorted by relevance
92 static inline void mp_nonlocal_free(void *ptr, size_t n_bytes) { in mp_nonlocal_free() function116 static inline void mp_nonlocal_free(void *ptr, size_t n_bytes) { in mp_nonlocal_free() function
1032 mp_nonlocal_free(out_args.args, out_args.n_alloc * sizeof(mp_obj_t)); in mp_execute_bytecode()1117 mp_nonlocal_free(out_args.args, out_args.n_alloc * sizeof(mp_obj_t)); in mp_execute_bytecode()1188 mp_nonlocal_free(code_state, sizeof(mp_code_state_t)); in mp_execute_bytecode()1521 mp_nonlocal_free(code_state, sizeof(mp_code_state_t)); in mp_execute_bytecode()
850 mp_nonlocal_free(out_args.args, out_args.n_alloc * sizeof(mp_obj_t)); in mp_call_method_n_kw_var()
Completed in 11 milliseconds