Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.

Boost 1.79.0 Library Documentation - Memory

Memory

Align

Memory alignment functions, allocators, traits.

Author(s)
Glen Fernandes
First Release
1.56.0
C++ Standard Minimum Level
03
Categories
Memory
Pool

Memory pool management.

Author(s)
Steve Cleary
First Release
1.21.0
C++ Standard Minimum Level
03
Categories
Memory
Smart Ptr

Smart pointer class templates.

Author(s)
Greg Colvin, Beman Dawes, Peter Dimov, Darin Adler and Glen Fernandes
First Release
1.23.0
C++ Standard Minimum Level
03
Categories
Memory
Utility

Class noncopyable plus checked_delete(), checked_array_delete(), next(), prior() function templates, plus base-from-member idiom.

Author(s)
Dave Abrahams and others
First Release
1.13.0
C++ Standard Minimum Level
03
Categories
Algorithms, Function objects and higher-order programming, Memory, Miscellaneous, Patterns and Idioms