|
pbr-cpp-memory-pool 1.1.2
Fixed-block-size O(1) memory pool — C++17 with an ANSI C public surface
|
This is the complete list of members for it::d4np::memorypool::Pool, including all inherited members.
| allocate() | it::d4np::memorypool::Pool | |
| block_size() const noexcept | it::d4np::memorypool::Pool | |
| deallocate(void *block) noexcept | it::d4np::memorypool::Pool | |
| make(std::size_t block_size, std::size_t block_count) | it::d4np::memorypool::Pool | static |
| make_dynamic(std::size_t block_size, std::size_t block_count, std::size_t growth_factor) | it::d4np::memorypool::Pool | static |
| metadata_bytes() const noexcept | it::d4np::memorypool::Pool | |
| native_handle() noexcept | it::d4np::memorypool::Pool | |
| operator=(const Pool &)=delete (defined in it::d4np::memorypool::Pool) | it::d4np::memorypool::Pool | |
| operator=(Pool &&other) noexcept | it::d4np::memorypool::Pool | |
| Pool(std::size_t block_size, std::size_t block_count) | it::d4np::memorypool::Pool | |
| Pool(const Pool &)=delete (defined in it::d4np::memorypool::Pool) | it::d4np::memorypool::Pool | |
| Pool(Pool &&other) noexcept | it::d4np::memorypool::Pool | |
| try_allocate() noexcept | it::d4np::memorypool::Pool | |
| ~Pool() noexcept | it::d4np::memorypool::Pool |