An easy way to control which allocator is used for Fast* collections. More...
#include <gtsam/config.h>#include <boost/pool/pool_alloc.hpp>

Go to the source code of this file.
Classes | |
| struct | gtsam::internal::FastDefaultAllocator< T > |
| Default allocator for list, map, and set types. More... | |
| struct | gtsam::internal::FastDefaultVectorAllocator< T > |
| Default allocator for vector types (we never use boost pool for vectors) More... | |
Namespaces | |
| gtsam | |
| traits | |
| gtsam::internal | |
Macros | |
| #define | GTSAM_ALLOCATOR_BOOSTPOOL |
An easy way to control which allocator is used for Fast* collections.
Definition in file FastDefaultAllocator.h.
| #define GTSAM_ALLOCATOR_BOOSTPOOL |
Definition at line 27 of file FastDefaultAllocator.h.