Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dasmbase.c54 MP_PLAT_ALLOC_EXEC(as->code_offset, (void **)&as->code_base, &as->code_size); in mp_asm_base_start_pass()
A Dmpconfig.h374 #if !MICROPY_EMIT_MACHINE_CODE || defined(MP_PLAT_ALLOC_EXEC) || defined(MP_PLAT_COMMIT_EXEC)
1624 #ifndef MP_PLAT_ALLOC_EXEC
1625 #define MP_PLAT_ALLOC_EXEC(min_size, ptr, size) do { *ptr = m_new(byte, min_size); *size = min_size… macro
A Dpersistentcode.c387 MP_PLAT_ALLOC_EXEC(fun_data_len, (void **)&fun_data, &fun_alloc); in load_raw_code()

Completed in 8 milliseconds