Searched refs:MICROPY_ALLOC_QSTR_CHUNK_INIT (Results 1 – 2 of 2) sorted by relevance
226 if (al < MICROPY_ALLOC_QSTR_CHUNK_INIT) { in qstr_from_strn()227 al = MICROPY_ALLOC_QSTR_CHUNK_INIT; in qstr_from_strn()
166 #ifndef MICROPY_ALLOC_QSTR_CHUNK_INIT167 #define MICROPY_ALLOC_QSTR_CHUNK_INIT (128) macro
Completed in 6 milliseconds