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
OS::MemoryMappedFile Class Referenceabstract

#include <platform.h>

Inheritance diagram for OS::MemoryMappedFile:

Public Member Functions

virtual ~MemoryMappedFile ()
 
virtual void * memory ()=0
 
virtual int size ()=0
 

Static Public Member Functions

static MemoryMappedFileopen (const char *name)
 
static MemoryMappedFilecreate (const char *name, int size, void *initial)
 

Detailed Description

Definition at line 267 of file platform.h.

Constructor & Destructor Documentation

virtual ~MemoryMappedFile ( )
inlinevirtual

Definition at line 271 of file platform.h.

Member Function Documentation

OS::MemoryMappedFile * create ( const char *  name,
int  size,
void *  initial 
)
static

Definition at line 218 of file platform-cygwin.cc.

References v8::internal::memory(), and v8::internal::NULL.

OS::MemoryMappedFile * open ( const char *  name)
static

Definition at line 205 of file platform-cygwin.cc.

References OS::MemoryMappedFile::memory(), and v8::internal::NULL.


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