Dynamic memory usage for built-in types is zero. */
| 27 | |
| 28 | /** Dynamic memory usage for built-in types is zero. */ |
| 29 | static inline size_t DynamicUsage(const int8_t& v) { return 0; } |
| 30 | static inline size_t DynamicUsage(const uint8_t& v) { return 0; } |
| 31 | static inline size_t DynamicUsage(const int16_t& v) { return 0; } |
| 32 | static inline size_t DynamicUsage(const uint16_t& v) { return 0; } |