Searched refs:FixedStringAllocator (Results 1 – 4 of 4) sorted by relevance
43 class FixedStringAllocator final : public StringAllocator {45 FixedStringAllocator(char* buffer, unsigned length) in FixedStringAllocator() function47 ~FixedStringAllocator() override{}; in ~FixedStringAllocator()54 DISALLOW_COPY_AND_ASSIGN(FixedStringAllocator);
26 char* FixedStringAllocator::allocate(unsigned bytes) { in allocate()32 char* FixedStringAllocator::grow(unsigned* old) { in grow()
375 FixedStringAllocator fixed(&js_stack_trace_[0], buffer_length - 1); in StackTraceFailureMessage()
4407 FixedStringAllocator fixed(stats->js_stacktrace, kStacktraceBufferSize - 1); in RecordStats()