diff options
Diffstat (limited to 'py/qstr.h')
-rw-r--r-- | py/qstr.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,3 +36,5 @@ machine_uint_t qstr_hash(qstr q); const char* qstr_str(qstr q); uint qstr_len(qstr q); const byte* qstr_data(qstr q, uint *len); + +void qstr_pool_info(uint *n_pool, uint *n_qstr, uint *n_str_data_bytes, uint *n_total_bytes); |