Home | History | Annotate | Download | only in src

Lines Matching refs:allocator

41 #include "lithium-allocator.h"
505 HeapStringAllocator allocator;
507 StringStream accumulator(&allocator);
673 StringAllocator* allocator;
675 allocator = new HeapStringAllocator();
677 allocator = preallocated_message_space_;
681 StringStream accumulator(allocator);
691 delete allocator;