#include <atomic>
#include <cstddef>
#include <cstdint>
#include <new>
#include <type_traits>
#include <utility>
#include "cppgc/custom-space.h"
#include "cppgc/internal/api-constants.h"
#include "cppgc/internal/gc-info.h"
#include "cppgc/type-traits.h"
#include "v8config.h"
Go to the source code of this file.
|
| class | cppgc::internal::MakeGarbageCollectedTraitInternal |
| |
| struct | cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, CustomSpace, alignment, contain_mixins > |
| |
| struct | cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, void, api_constants::kDefaultAlignment, contain_mixins > |
| |
| struct | cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, void, alignment, contain_mixins > |
| |
| struct | cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, CustomSpace, api_constants::kDefaultAlignment, contain_mixins > |
| |
| class | cppgc::MakeGarbageCollectedTraitBase< T > |
| |
| struct | cppgc::AdditionalBytes |
| |
| class | cppgc::MakeGarbageCollectedTrait< T > |
| |
| struct | cppgc::PostConstructionCallbackTrait< T, typename > |
| |
◆ CPPGC_DEFAULT_ALIGNED
| #define CPPGC_DEFAULT_ALIGNED |
◆ CPPGC_DOUBLE_WORD_ALIGNED
| #define CPPGC_DOUBLE_WORD_ALIGNED |