-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use rcutils allocator #127
Comments
@Karsten1987 to link to other issue / close if needed |
Karsten1987
added
in review
Waiting for review (Kanban column)
and removed
in progress
Actively being worked on (Kanban column)
labels
Jun 12, 2017
This was referenced Jun 14, 2017
emersonknapp
pushed a commit
to aws-ros-dev/rcl
that referenced
this issue
Jun 3, 2019
* Creating a logging configure function that can be used to select which output handlers you want to use and setting the framework to allow for multiple output handlers in the logging code. cr https://code.amazon.com/reviews/CR-3734291 * refactoring so code for console sink can be reused cr https://code.amazon.com/reviews/CR-3682772 * Moving the external logging library and rosout functions out to rcl. Also automatically uncrustifying and fixing unit tests. * Switching back to va_list for output handlers. * PR fixup * use strncat_s on Windows Signed-off-by: William Woodall <william@osrfoundation.org> * derp Signed-off-by: William Woodall <william@osrfoundation.org>
ivanpauno
pushed a commit
that referenced
this issue
Jan 2, 2020
ignore unavailable rmw implementations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rcl_lifecycle currently uses malloc and free natively. This should be changed to the allocators in rcutils.
The text was updated successfully, but these errors were encountered: