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

  /external/v8/src/
string-stream.cc 46 NoAllocationStringAllocator::NoAllocationStringAllocator(char* memory,
582 char* NoAllocationStringAllocator::grow(unsigned* bytes) {
string-stream.h 62 class NoAllocationStringAllocator: public StringAllocator {
64 NoAllocationStringAllocator(char* memory, unsigned size);

Completed in 353 milliseconds