...
CERT C++ Secure Coding Standard | INT01-CPP. Use rsize_t or size_t for all integer values representing the size of an object |
ISO/IEC TR 24731-1:2007 |
Bibliography
[ISO/IEC 9899:2011] | Section 7.19, "Common definitions Definitions <stddef.h> ," and Section 7.22.3, "Memory management functionsManagement Functions" |
---|---|
[Meyers 2004] |