Home | History | Annotate | Download | only in src

Lines Matching refs:allocator

43 #include "lithium-allocator.h"
569 HeapStringAllocator allocator;
571 StringStream accumulator(&allocator);
856 StringAllocator* allocator;
858 allocator = new HeapStringAllocator();
860 allocator = preallocated_message_space_;
864 StringStream accumulator(allocator);
874 delete allocator;