#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.h の 61 行で定義されています。
| v8::internal::NoAllocationStringAllocator::NoAllocationStringAllocator | ( | unsigned | bytes | ) | [explicit] |
string-stream.cc の 46 行で定義されています。
| v8::internal::NoAllocationStringAllocator::NoAllocationStringAllocator | ( | char * | memory, | |
| unsigned | size | |||
| ) |
string-stream.cc の 52 行で定義されています。
| char* v8::internal::NoAllocationStringAllocator::allocate | ( | unsigned | bytes | ) | [inline, virtual] |
| char * v8::internal::NoAllocationStringAllocator::grow | ( | unsigned * | bytes | ) | [virtual] |
unsigned v8::internal::NoAllocationStringAllocator::size_ [private] |
string-stream.h の 68 行で定義されています。
参照元 grow(), と NoAllocationStringAllocator().
char* v8::internal::NoAllocationStringAllocator::space_ [private] |
string-stream.h の 69 行で定義されています。
1.7.1