Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmicropython.c96 size_t n_pool, n_qstr, n_str_data_bytes, n_total_bytes; in mp_micropython_qstr_info() local
97 qstr_pool_info(&n_pool, &n_qstr, &n_str_data_bytes, &n_total_bytes); in mp_micropython_qstr_info()
99 n_pool, n_qstr, n_str_data_bytes, n_total_bytes); in mp_micropython_qstr_info()
A Dqstr.c280 void qstr_pool_info(size_t *n_pool, size_t *n_qstr, size_t *n_str_data_bytes, size_t *n_total_bytes in qstr_pool_info() argument
285 *n_total_bytes = 0; in qstr_pool_info()
293 *n_total_bytes += gc_nbytes(pool); // this counts actual bytes used in heap in qstr_pool_info()
295 *n_total_bytes += sizeof(qstr_pool_t) + sizeof(qstr) * pool->alloc; in qstr_pool_info()
298 *n_total_bytes += *n_str_data_bytes; in qstr_pool_info()
A Dqstr.h73 void qstr_pool_info(size_t *n_pool, size_t *n_qstr, size_t *n_str_data_bytes, size_t *n_total_bytes
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodmachine.c83 size_t n_pool, n_qstr, n_str_data_bytes, n_total_bytes; in machine_info() local
84 qstr_pool_info(&n_pool, &n_qstr, &n_str_data_bytes, &n_total_bytes); in machine_info()
88 n_pool, n_qstr, n_str_data_bytes, n_total_bytes); in machine_info()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodmachine.c79 size_t n_pool, n_qstr, n_str_data_bytes, n_total_bytes; in machine_info() local
80 qstr_pool_info(&n_pool, &n_qstr, &n_str_data_bytes, &n_total_bytes); in machine_info()
81 …%u\n n_str_data_bytes=%u\n n_total_bytes=%u\n", n_pool, n_qstr, n_str_data_bytes, n_total_bytes); in machine_info()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodmachine.c79 size_t n_pool, n_qstr, n_str_data_bytes, n_total_bytes; in machine_info() local
80 qstr_pool_info(&n_pool, &n_qstr, &n_str_data_bytes, &n_total_bytes); in machine_info()
81 …%u\n n_str_data_bytes=%u\n n_total_bytes=%u\n", n_pool, n_qstr, n_str_data_bytes, n_total_bytes); in machine_info()
/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dpyexec.c155 size_t n_pool, n_qstr, n_str_data_bytes, n_total_bytes; in parse_compile_execute() local
156 qstr_pool_info(&n_pool, &n_qstr, &n_str_data_bytes, &n_total_bytes); in parse_compile_execute()
159 … (unsigned)n_pool, (unsigned)n_qstr, (unsigned)n_str_data_bytes, (unsigned)n_total_bytes); in parse_compile_execute()

Completed in 9 milliseconds