Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dqstr.c119 #define CONST_POOL MICROPY_QSTR_EXTRA_POOL macro
121 #define CONST_POOL mp_qstr_const_pool macro
125 …MP_STATE_VM(last_pool) = (qstr_pool_t *)&CONST_POOL; // we won't modify the const_pool since it ha… in qstr_init()
286 …for (qstr_pool_t *pool = MP_STATE_VM(last_pool); pool != NULL && pool != &CONST_POOL; pool = pool-… in qstr_pool_info()
305 …for (qstr_pool_t *pool = MP_STATE_VM(last_pool); pool != NULL && pool != &CONST_POOL; pool = pool-… in qstr_dump_data()

Completed in 3 milliseconds