[PATCH] BumpPtr allocate SimpleReferences

colinl at codeaurora.org colinl at codeaurora.org
Thu Dec 4 11:59:08 PST 2014


Won't "RefList _reference" leak the nodes of the linked list in the same way it leaks the vector backing allocation?  Without an allocator template llvm:ilist is using new under the hood to allocate list nodes.

http://reviews.llvm.org/D6518






More information about the llvm-commits mailing list