Displaying 2 results from an estimated 2 matches for "a51dc89c".
2012 Jan 13
0
[LLVMdev] Memory leaks in LLVM on linux
...llmow, Micah wrote:
>
> Are these known issues? If so, how do I free this memory?
>
Hi Micah,
Please try calling llvm_shutdown()
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120113/a51dc89c/attachment.html>
2012 Jan 13
2
[LLVMdev] Memory leaks in LLVM on linux
I am trying to figure out how to free up some memory that seems to be lost when running valgrind under our internal application. The stack traces I get are:
==19966== 4 bytes in 1 blocks are still reachable in loss record 1 of 12
==19966== at 0x402569A: operator new(unsigned int) (vg_replace_malloc.c:255)
==19966== by 0x5D9BBE8: void* llvm::object_creator<llvm::PassRegistry>()