Method: Rclrb.rcl_allocate
- Defined in:
- lib/rclrb/init.rb
.rcl_allocate(size) ⇒ Object
70 71 72 |
# File 'lib/rclrb/init.rb', line 70 def Rclrb.rcl_allocate(size) return @@allocator[:allocate].call size, @@allocator[:state] end |
70 71 72 |
# File 'lib/rclrb/init.rb', line 70 def Rclrb.rcl_allocate(size) return @@allocator[:allocate].call size, @@allocator[:state] end |