V8 Project
v8::internal::FreeStoreAllocationPolicy Class Reference

#include <allocation.h>

+ Collaboration diagram for v8::internal::FreeStoreAllocationPolicy:

Public Member Functions

 INLINE (void *New(size_t size))
 
 INLINE (static void Delete(void *p))
 

Detailed Description

Definition at line 82 of file allocation.h.

Member Function Documentation

◆ INLINE() [1/2]

v8::internal::FreeStoreAllocationPolicy::INLINE ( static void   Deletevoid *p)
inline

Definition at line 85 of file allocation.h.

85 { Malloced::Delete(p); }
static void Delete(void *p)
Definition: allocation.cc:29

References v8::internal::Malloced::Delete().

+ Here is the call graph for this function:

◆ INLINE() [2/2]

v8::internal::FreeStoreAllocationPolicy::INLINE ( void *  Newsize_t size)
inline

Definition at line 84 of file allocation.h.

84 { return Malloced::New(size); }
static void * New(size_t size)
Definition: allocation.cc:20
enable harmony numeric enable harmony object literal extensions Optimize object size

References v8::internal::Malloced::New(), and size.

+ Here is the call graph for this function:

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