summaryrefslogtreecommitdiffstatshomepage
path: root/py/objreversed.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-12-16 20:09:11 -0500
committerDamien George <damien.p.george@gmail.com>2015-12-16 20:09:11 -0500
commitd977d268e848c1005d9105ebb6d789fb31b06c03 (patch)
tree3431ee04fe307fc3f10e31a606e96e92e983f9b7 /py/objreversed.c
parentf7782f8082b692611b5fa0bea4f7fbda8b433a7b (diff)
downloadmicropython-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