Do not use this tag to refer to free software.
I'm supporting some c code on Solaris, and I've seen something weird at least I think it is: char new_…
c memory-management garbage-collection stack freeI am running ASAN for finding memory leaks in a very big project. I have found out the cause, but …
c malloc heap free address-sanitizerI have been taught in lectures, that calling free() on a pointer twice is really, really bad. I know that …
c pointers malloc free dynamic-memory-allocationgcc 4.5.1 c89 I am trying to free some memory. However, when I check with valgrind the memory hasn't been freed. …
c free strdupToday, I appeared for an interview and the interviewer asked me this, Tell me the steps how will you design …
c malloc freeThe following is from the Libaiff library. I get the following error completely randomly (i.e. sometimes my program works …
c memory-management malloc free aiffI am trying to allocate device memory, copy to it, perform the calculations on the GPU, copy the results back …
memory cuda free