Function rmw_allocate
Defined in File allocators.h
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