[LLVMdev] allocating an array

Duncan Sands baldrick at free.fr
Tue Jul 22 05:34:59 PDT 2008


PS: Not to mention that if you use malloc then
you will need to explicitly reclaim memory using
free when the variable goes out of scope, while
this happens automatically if you use alloca.



More information about the llvm-dev mailing list