summaryrefslogtreecommitdiffstatshomepage
path: root/CODECONVENTIONS.md
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-09-23 18:10:17 +0100
committerDamien George <damien.p.george@gmail.com>2014-09-25 15:49:26 +0100
commitb0261341d3706329ea58d8fc1a5ff9c788c9ccf7 (patch)
tree97aed92dcb6bcf516c258ea56d525f1ed7d4c50f /CODECONVENTIONS.md
parentac04a8a56a1591ddbaf6558b8eab9837a7d2f3cb (diff)
downloadmicropython-b0261341d3706329ea58d8fc1a5ff9c788c9ccf7.tar.gz
micropython-b0261341d3706329ea58d8fc1a5ff9c788c9ccf7.zip
py: For malloc and vstr functions, use size_t exclusively for int type.
It seems most sensible to use size_t for measuring "number of bytes" in malloc and vstr functions (since that's what size_t is for). We don't use mp_uint_t because malloc and vstr are not Micro Python specific.
Diffstat (limited to 'CODECONVENTIONS.md')
0 files changed, 0 insertions, 0 deletions