|
pbr-cpp-memory-pool 1.1.2
Fixed-block-size O(1) memory pool — C++17 with an ANSI C public surface
|
Files | |
| free_list_iterator.hpp | |
| Read-only diagnostic Iterator over the pool's free list — ADR-0019. | |
| instrumented_pool.hpp | |
| Instrumented pool variant — the Decorator pattern (ADR-0025). | |
| memory_pool.h | |
| Public C API for the pbr-cpp-memory-pool fixed-block-size allocator. | |
| memory_pool.hpp | |
| C++17 RAII wrapper around the C memory pool. | |
| pool_allocator.hpp | |
STL-compatible allocator Adapter over Pool — ADR-0018. | |
| typed_pool.hpp | |
Type-safe C++17 pool vending T-typed blocks — ADR-0017. | |
| version.hpp | |
| Project version constants. | |