Zakero's C++ Header Libraries
A collection of reusable C++ libraries
|
This is the complete list of members for zakero::MemoryPool, including all inherited members.
AddressMap typedef | zakero::MemoryPool | |
addressOf(off_t) const noexcept | zakero::MemoryPool | |
Alignment enum name | zakero::MemoryPool | |
alloc(const size_t) noexcept | zakero::MemoryPool | |
alloc(const size_t, std::error_condition &) noexcept | zakero::MemoryPool | |
alloc(size_t, uint8_t) noexcept | zakero::MemoryPool | |
alloc(size_t, uint8_t, std::error_condition &) noexcept | zakero::MemoryPool | |
alloc(size_t, uint32_t) noexcept | zakero::MemoryPool | |
alloc(size_t, uint32_t, std::error_condition &) noexcept | zakero::MemoryPool | |
dump(size_t, size_t) const noexcept | zakero::MemoryPool | |
fd() const noexcept | zakero::MemoryPool | |
free(off_t &) noexcept | zakero::MemoryPool | |
init(const size_t, const bool=false, const MemoryPool::Alignment=MemoryPool::Alignment::Bits_64) noexcept | zakero::MemoryPool | |
LambdaAddressMap typedef | zakero::MemoryPool | |
LambdaSize typedef | zakero::MemoryPool | |
MemoryPool(const std::string &) noexcept | zakero::MemoryPool | |
onRemap(MemoryPool::LambdaAddressMap) noexcept | zakero::MemoryPool | |
realloc(off_t, size_t) noexcept | zakero::MemoryPool | |
realloc(off_t, size_t, std::error_condition &) noexcept | zakero::MemoryPool | |
remap(const MemoryPool::AddressMap &, uint8_t *) noexcept | zakero::MemoryPool | static |
size() const noexcept | zakero::MemoryPool | |
sizeOnChange(MemoryPool::LambdaSize) noexcept | zakero::MemoryPool | |
~MemoryPool() noexcept | zakero::MemoryPool |