Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dpystack.h92 static inline void mp_nonlocal_free(void *ptr, size_t n_bytes) { in mp_nonlocal_free() function
116 static inline void mp_nonlocal_free(void *ptr, size_t n_bytes) { in mp_nonlocal_free() function
A Dvm.c1032 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()
A Druntime.c850 mp_nonlocal_free(out_args.args, out_args.n_alloc * sizeof(mp_obj_t)); in mp_call_method_n_kw_var()

Completed in 8 milliseconds