Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dqstr.c226 if (al < MICROPY_ALLOC_QSTR_CHUNK_INIT) { in qstr_from_strn()
227 al = MICROPY_ALLOC_QSTR_CHUNK_INIT; in qstr_from_strn()
A Dmpconfig.h166 #ifndef MICROPY_ALLOC_QSTR_CHUNK_INIT
167 #define MICROPY_ALLOC_QSTR_CHUNK_INIT (128) macro

Completed in 6 milliseconds