Function rmw_allocate

Function Documentation

void *rmw_allocate(size_t size)

Allocate memory of size in bytes using rcutils default allocator’s allocate()

Parameters:

size[in] The number of bytes to allocate

Returns:

pointer to allocated memory