V8 Project
v8::internal::StringAllocator Class Referenceabstract

#include <string-stream.h>

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

Public Member Functions

virtual ~StringAllocator ()
 
virtual char * allocate (unsigned bytes)=0
 
virtual char * grow (unsigned *bytes)=0
 

Detailed Description

Definition at line 13 of file string-stream.h.

Constructor & Destructor Documentation

◆ ~StringAllocator()

virtual v8::internal::StringAllocator::~StringAllocator ( )
inlinevirtual

Definition at line 15 of file string-stream.h.

15 { }

Member Function Documentation

◆ allocate()

virtual char* v8::internal::StringAllocator::allocate ( unsigned  bytes)
pure virtual

◆ grow()

virtual char* v8::internal::StringAllocator::grow ( unsigned *  bytes)
pure virtual

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