We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77aee92 commit 4d7a5fdCopy full SHA for 4d7a5fd
rclc/static_type_handling/main.c
@@ -125,8 +125,7 @@ int main() {
125
// The message dynamic memory can also be allocated using a buffer.
126
// This will NOT use dynamic memory for the allocation.
127
// If no rules set in the conf, no dynamic allocation is guaranteed.
128
- // This method will use contiguos memory and will not take into account aligment
129
- // so handling statically allocated msg can be less efficient that dynamic ones
+ // This method will use need more memory than dynamic due to alignment
130
131
size_t static_size = micro_ros_utilities_get_static_size(
132
ROSIDL_GET_MSG_TYPE_SUPPORT(sensor_msgs, msg, Image),
0 commit comments