mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
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.
29 KiB
29 KiB