diff options
author | Damien George <damien.p.george@gmail.com> | 2015-12-16 20:09:11 -0500 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-12-16 20:09:11 -0500 |
commit | d977d268e848c1005d9105ebb6d789fb31b06c03 (patch) | |
tree | 3431ee04fe307fc3f10e31a606e96e92e983f9b7 /py/objreversed.c | |
parent | f7782f8082b692611b5fa0bea4f7fbda8b433a7b (diff) | |
download | micropython-d977d268e848c1005d9105ebb6d789fb31b06c03.tar.gz micropython-d977d268e848c1005d9105ebb6d789fb31b06c03.zip |
py/gc: Use size_t instead of mp_uint_t to count things related to heap.
size_t is the correct type to use to count things related to the size of
the address space. Using size_t (instead of mp_uint_t) is important for
the efficiency of ports that configure mp_uint_t to larger than the
machine word size.
Diffstat (limited to 'py/objreversed.c')
0 files changed, 0 insertions, 0 deletions