Show EOL distros:
Package Summary
Contains aligned allocation functions, as well as an STL-compatible AlignedAllocator class.
- Author: Josh Faust
- License: BSD
- Repository: ros
- Source: svn https://code.ros.org/svn/ros/stacks/ros_realtime/tags/ros_realtime-0.5.2
Package Summary
Contains aligned allocation functions, as well as an STL-compatible AlignedAllocator class.
- Author: Josh Faust
- License: BSD
- Source: git https://github.com/ros/ros_realtime.git (branch: master)
Package Summary
Contains aligned allocation functions, as well as an STL-compatible AlignedAllocator class.
- Author: Josh Faust
- License: BSD
- Source: git https://github.com/ros/ros_realtime.git (branch: master)
Package Summary
Contains aligned allocation functions, as well as an STL-compatible AlignedAllocator class.
- Author: Josh Faust
- License: BSD
- Source: git https://github.com/ros/ros_realtime.git (branch: master)
Package Summary
Contains aligned allocation functions, as well as an STL-compatible AlignedAllocator class.
- Maintainer status: maintained
- Maintainer: Devon Ash <dash AT clearpathrobotics DOT com>
- Author: Josh Faust
- License: BSD
- Source: git https://github.com/ros/ros_realtime.git (branch: hydro-devel)
Package Summary
Contains aligned allocation functions, as well as an STL-compatible AlignedAllocator class.
- Maintainer status: maintained
- Maintainer: Devon Ash <dash AT clearpathrobotics DOT com>
- Author: Josh Faust
- License: BSD
- Source: git https://github.com/ros/ros_realtime.git (branch: hydro-devel)
Package Summary
Contains aligned allocation functions, as well as an STL-compatible AlignedAllocator class.
- Maintainer status: unmaintained
- Maintainer: Devon Ash <dash AT clearpathrobotics DOT com>
- Author: Josh Faust
- License: BSD
- Source: git https://github.com/ros/ros_realtime.git (branch: hydro-devel)
Package Summary
Contains aligned allocation functions, as well as an STL-compatible AlignedAllocator class.
- Maintainer status: unmaintained
- Maintainer: Devon Ash <dash AT clearpathrobotics DOT com>
- Author: Josh Faust
- License: BSD
- Source: git https://github.com/ros/ros_realtime.git (branch: hydro-devel)
Package Summary
Contains aligned allocation functions, as well as an STL-compatible AlignedAllocator class.
- Maintainer status: unmaintained
- Maintainer: Devon Ash <dash AT clearpathrobotics DOT com>
- Author: Josh Faust
- License: BSD
- Source: git https://github.com/ros/ros_realtime.git (branch: hydro-devel)
Package Summary
Contains aligned allocation functions, as well as an STL-compatible AlignedAllocator class.
- Maintainer status: maintained
- Maintainer: Devon Ash <dash AT clearpathrobotics DOT com>
- Author: Josh Faust
- License: BSD
- Source: git https://github.com/ros/ros_realtime.git (branch: noetic-devel)
Contents
The allocators package is meant as a place to put different kinds of C/C++ memory allocators. It currently only contains functions for aligned allocation, and an STL-compatible aligned allocator.
Aligned Allocation
General aligned allocation is done through the alignedMalloc() and alignedFree() functions. For example:
There is also an stl-compatible aligned allocator: