HomeSort by relevance Sort by last modified time
    Searched refs:NoAllocationStringAllocator (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
string-stream.h 62 class NoAllocationStringAllocator: public StringAllocator {
64 NoAllocationStringAllocator(char* memory, unsigned size);
string-stream.cc 47 NoAllocationStringAllocator::NoAllocationStringAllocator(char* memory,
577 char* NoAllocationStringAllocator::grow(unsigned* bytes) {
top.cc 44 NoAllocationStringAllocator* preallocated_message_space = NULL;
247 new NoAllocationStringAllocator(PreallocatedMemoryThread::data(),
    [all...]

Completed in 13 milliseconds