diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-29 18:56:46 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-29 18:56:46 +0000 |
commit | 4d5b28cd0886a565b69f035bb8b3713050636cac (patch) | |
tree | f50734b889ff2b341abffeadd59edc6a91ffbafd /py/qstr.h | |
parent | 217814cc63f2054833a87d2dd903a9cbe476e55a (diff) |
Add qstr_info() function and bindings for unix port.
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); |