Searched refs:FixedStringAllocator (Results 1 – 3 of 3) sorted by relevance
46 class FixedStringAllocator final : public StringAllocator {48 FixedStringAllocator(char* buffer, unsigned length) in FixedStringAllocator() function50 ~FixedStringAllocator() override = default;51 FixedStringAllocator(const FixedStringAllocator&) = delete;52 FixedStringAllocator& operator=(const FixedStringAllocator&) = delete;
26 char* FixedStringAllocator::allocate(unsigned bytes) { in allocate()31 char* FixedStringAllocator::grow(unsigned* old) { in grow()
684 FixedStringAllocator fixed(&js_stack_trace_[0], buffer_length - 1); in StackTraceFailureMessage()