-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50374/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
Repository: mesos
Description
-------
We should use `size_t` as the type of "size", "count" and "index"
variables in general, as it provides some additional information
to the reader.
Some reference as following:
1) http://www.cplusplus.com/reference/cstring/size_t/
2) http://stackoverflow.com/questions/131803/unsigned-int-vs-size-t
Diffs
-----
src/slave/containerizer/mesos/isolators/gpu/allocator.cpp 769dfa242ed5322a72b65fbb422894e70af2ad0c
src/tests/containerizer/port_mapping_tests.cpp 3675c02453160417b24c8b3b0d001208504515a5
src/tests/hierarchical_allocator_tests.cpp bb6947fcecb5b78047e98d10fc1278c612a69548
Diff: https://reviews.apache.org/r/50374/diff/
Testing
-------
make
make check
Thanks,
Guangya Liu
|