v8  3.14.5(node0.10.28)
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 257 of file mark-compact.h.

Member Function Documentation

SlotsBuffer * AllocateBuffer ( SlotsBuffer next_buffer)

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

Referenced by SlotsBuffer::AddTo().

void DeallocateBuffer ( SlotsBuffer buffer)

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

Referenced by SlotsBufferAllocator::DeallocateChain().

void DeallocateChain ( SlotsBuffer **  buffer_address)

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