v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SlotsBufferAllocator Class Reference

#include <mark-compact.h>

Public Member Functions

SlotsBufferAllocateBuffer (SlotsBuffer *next_buffer)
 
void DeallocateBuffer (SlotsBuffer *buffer)
 
void DeallocateChain (SlotsBuffer **buffer_address)
 

Detailed Description

Definition at line 256 of file mark-compact.h.

Member Function Documentation

SlotsBuffer * AllocateBuffer ( SlotsBuffer next_buffer)

Definition at line 4512 of file mark-compact.cc.

Referenced by SlotsBuffer::AddTo(), and SlotsBuffer::INLINE().

void DeallocateBuffer ( SlotsBuffer buffer)

Definition at line 4517 of file mark-compact.cc.

Referenced by SlotsBufferAllocator::DeallocateChain().


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