mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
memory: add missing typedef
This commit is contained in:
parent
af6e760bcb
commit
ccbab2e3e4
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ public:
|
|||
using deallocator_fn = std::function<void(MemoryBlock*)>;
|
||||
|
||||
using Ptr = std::shared_ptr<MemoryBlock>;
|
||||
using UniquePtr = std::unique_ptr<MemoryBlock, deallocator_fn>;
|
||||
|
||||
// cppcheck-suppress passedByValue
|
||||
MemoryBlock(size_t offset, size_t size, MemoryManager::AddressSpaceId addrSpaceId) :
|
||||
|
|
Loading…
Add table
Reference in a new issue