Displaying 2 results from an estimated 2 matches for "b0fc5ef9".
2019 Nov 26
2
[Clang] memory allocation
...>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191126/b0fc5ef9/attachment.html>
2019 Nov 20
2
[Clang] memory allocation
Hi,
Could anyone please help me understand why Clang reallocates the same
memory address for different variables while their lifetime intersect?
Here is an example code:
#include <stdlib.h>
#include <stdio.h>
#include <memory.h>
#include <alloca.h>
/* Checking information */
static int solutions[] = {
1,
0,
0,
2,
10, /* 5 */