Public メソッド | Private 変数

クラス v8::internal::NoAllocationStringAllocator

#include <string-stream.h>

v8::internal::StringAllocatorを継承しています。

すべてのメンバ一覧

Public メソッド

 NoAllocationStringAllocator (unsigned bytes)
 NoAllocationStringAllocator (char *memory, unsigned size)
char * allocate (unsigned bytes)
char * grow (unsigned *bytes)

Private 変数

unsigned size_
char * space_

説明

string-stream.h61 行で定義されています。


コンストラクタとデストラクタ

v8::internal::NoAllocationStringAllocator::NoAllocationStringAllocator ( unsigned  bytes  )  [explicit]

string-stream.cc46 行で定義されています。

参照先 size_, と space_.

v8::internal::NoAllocationStringAllocator::NoAllocationStringAllocator ( char *  memory,
unsigned  size 
)

string-stream.cc52 行で定義されています。

参照先 size_, と space_.


関数

char* v8::internal::NoAllocationStringAllocator::allocate ( unsigned  bytes  )  [inline, virtual]

v8::internal::StringAllocatorを実装しています。

string-stream.h65 行で定義されています。

参照先 space_.

char * v8::internal::NoAllocationStringAllocator::grow ( unsigned *  bytes  )  [virtual]

v8::internal::StringAllocatorを実装しています。

string-stream.cc531 行で定義されています。

参照先 size_, と space_.


変数

string-stream.h68 行で定義されています。

参照元 grow(), と NoAllocationStringAllocator().

string-stream.h69 行で定義されています。

参照元 allocate(), grow(), と NoAllocationStringAllocator().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義