Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Enumerations | Functions
allocation.h File Reference
#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"
Include dependency graph for allocation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cppgc::internal::MakeGarbageCollectedTraitInternal
 
struct  cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, CustomSpace, alignment >
 
struct  cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, void, api_constants::kDefaultAlignment >
 
struct  cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, void, alignment >
 
struct  cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, CustomSpace, api_constants::kDefaultAlignment >
 
class  cppgc::MakeGarbageCollectedTraitBase< T >
 
struct  cppgc::AdditionalBytes
 
class  cppgc::MakeGarbageCollectedTrait< T >
 
struct  cppgc::PostConstructionCallbackTrait< T, typename >
 

Namespaces

namespace  cppgc
 
namespace  cppgc::internal
 

Macros

#define CPPGC_DEFAULT_ALIGNED
 
#define CPPGC_DOUBLE_WORD_ALIGNED
 

Enumerations

enum class  cppgc::internal::AlignVal : size_t
 

Functions

template<typename T , typename... Args>
T * cppgc::MakeGarbageCollected (AllocationHandle &handle, Args &&... args)
 
template<typename T , typename... Args>
T * cppgc::MakeGarbageCollected (AllocationHandle &handle, AdditionalBytes additional_bytes, Args &&... args)
 

Macro Definition Documentation

◆ CPPGC_DEFAULT_ALIGNED

#define CPPGC_DEFAULT_ALIGNED

◆ CPPGC_DOUBLE_WORD_ALIGNED

#define CPPGC_DOUBLE_WORD_ALIGNED