rcl
master
C API providing common ROS client library functionality.
|
#include "rcutils/allocator.h"
Go to the source code of this file.
Macros | |
#define | rcl_get_default_allocator rcutils_get_default_allocator |
#define | rcl_reallocf rcutils_reallocf |
#define | RCL_CHECK_ALLOCATOR(allocator, fail_statement) RCUTILS_CHECK_ALLOCATOR(allocator, fail_statement) |
#define | RCL_CHECK_ALLOCATOR_WITH_MSG(allocator, msg, fail_statement) RCUTILS_CHECK_ALLOCATOR_WITH_MSG(allocator, msg, fail_statement) |
Typedefs | |
typedef rcutils_allocator_t | rcl_allocator_t |
#define rcl_get_default_allocator rcutils_get_default_allocator |
#define rcl_reallocf rcutils_reallocf |
#define RCL_CHECK_ALLOCATOR | ( | allocator, | |
fail_statement | |||
) | RCUTILS_CHECK_ALLOCATOR(allocator, fail_statement) |
#define RCL_CHECK_ALLOCATOR_WITH_MSG | ( | allocator, | |
msg, | |||
fail_statement | |||
) | RCUTILS_CHECK_ALLOCATOR_WITH_MSG(allocator, msg, fail_statement) |
typedef rcutils_allocator_t rcl_allocator_t |