Skip to content
Snippets Groups Projects
Commit d977d268 authored by Damien George's avatar Damien George
Browse files

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.
parent f7782f80
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment