Ion
|
#include <vector>
#include "ion/base/allocatable.h"
#include "ion/base/allocationmanager.h"
#include "ion/base/stlalloc/stlallocator.h"
Go to the source code of this file.
Classes | |
class | ion::base::AllocVector< T > |
This class can be used in place of std::vector to allow an Ion Allocator to be used for memory allocation. More... | |
class | ion::base::InlinedAllocVector< T, N > |
InlinedAllocVectoris a similar to AllocVector, but uses inlined storage for its first N elements, then uses an Ion Allocator if that size is exceeded. More... | |
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::base | |
EnumHelper instantiations. These must be in the ion::base namespace. | |