#include <transfer_test_helpers.hpp>

Public Member Functions | |
| virtual void * | allocate (std::size_t) |
| virtual void | deallocate (const void *) |
| virtual uint16_t | getBlockCapacity () const |
Public Member Functions inherited from uavcan::IPoolAllocator | |
| virtual | ~IPoolAllocator () |
Zero allocator - always fails
Definition at line 314 of file transfer_test_helpers.hpp.
|
inlinevirtual |
Implements uavcan::IPoolAllocator.
Definition at line 317 of file transfer_test_helpers.hpp.
|
inlinevirtual |
Implements uavcan::IPoolAllocator.
Definition at line 318 of file transfer_test_helpers.hpp.
|
inlinevirtual |
Returns the maximum number of blocks this allocator can allocate.
Implements uavcan::IPoolAllocator.
Definition at line 319 of file transfer_test_helpers.hpp.