Ion
|
#include "base/macros.h"
#include "ion/base/allocationtracker.h"
#include "ion/base/logging.h"
#include "ion/base/shareable.h"
#include "ion/base/sharedptr.h"
Go to the source code of this file.
Classes | |
class | ion::base::Allocator |
Allocator is an abstract base class for a memory allocator used for Ion objects derived from Allocatable. More... | |
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::base | |
EnumHelper instantiations. These must be in the ion::base namespace. | |
Typedefs | |
typedef SharedPtr< Allocator > | ion::base::AllocatorPtr |
Enumerations | |
enum | ion::base::AllocationLifetime { ion::base::kShortTerm, ion::base::kMediumTerm, ion::base::kLongTerm } |
All memory allocated within Ion uses an Allocator chosen based on the predicted lifetime of the target object. More... | |