V8 Project
v8::internal::ZoneObject Class Reference

#include <zone.h>

+ Inheritance diagram for v8::internal::ZoneObject:
+ Collaboration diagram for v8::internal::ZoneObject:

Public Member Functions

 INLINE (void *operator new(size_t size, Zone *zone))
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Detailed Description

Definition at line 129 of file zone.h.

Member Function Documentation

◆ INLINE()

v8::internal::ZoneObject::INLINE ( void *operator   newsize_t size, Zone *zone)

◆ operator delete() [1/2]

void v8::internal::ZoneObject::operator delete ( void *  ,
size_t   
)
inline

Definition at line 142 of file zone.h.

142 { UNREACHABLE(); }
#define UNREACHABLE()
Definition: logging.h:30

References UNREACHABLE.

◆ operator delete() [2/2]

void v8::internal::ZoneObject::operator delete ( void *  pointer,
Zone zone 
)
inline

Definition at line 143 of file zone.h.

143 { UNREACHABLE(); }

References UNREACHABLE.


The documentation for this class was generated from the following file: