20#ifndef FASTDDS_RTPS_ATTRIBUTES__RESOURCEMANAGEMENT_HPP
21#define FASTDDS_RTPS_ATTRIBUTES__RESOURCEMANAGEMENT_HPP
enum eprosima::fastdds::rtps::MemoryManagementPolicy MemoryManagementPolicy_t
Enum MemoryuManagementPolicy_t, indicated the way memory is managed in terms of dealing with CacheCha...
MemoryManagementPolicy
Enum MemoryuManagementPolicy_t, indicated the way memory is managed in terms of dealing with CacheCha...
Definition ResourceManagement.hpp:33
@ DYNAMIC_RESERVE_MEMORY_MODE
Definition ResourceManagement.hpp:36
@ PREALLOCATED_WITH_REALLOC_MEMORY_MODE
Default size preallocated, requires reallocation when a bigger message arrives.
Definition ResourceManagement.hpp:35
@ DYNAMIC_REUSABLE_MEMORY_MODE
Definition ResourceManagement.hpp:37
@ PREALLOCATED_MEMORY_MODE
Preallocated memory.
Definition ResourceManagement.hpp:34