ros_realtime: allocators | lockfree | rosatomic | rosrt
Package LinksUsed by (3)
Package Summary
Contains aligned allocation functions, as well as an STL-compatible AlignedAllocator class.
- Author: Josh Faust
- License: BSD
- Repository: ros_realtime
- Source: svn https://code.ros.org/svn/ros/stacks/ros_realtime/trunk/allocators
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:






