Lines Matching full:allocated
4 unknown size, to be allocated from stack memory. Gfortran enables this flag by
18 Another approach would be to modify each place in which arrays are allocated on
21 with their associated `fir.freemem`. In general, the lifetimes of heap allocated
49 where temporary arrays are allocated on the heap:
61 Memory is allocated for a temporary array in `allocateArrayTemp()`. This
90 FIR code passes the allocated memory through `fir.result`, resulting in a
91 different SSA value to be allocated and freed, causing the analysis not to
92 realise that the allocated memory is freed. The most convenient solution here
97 Code generated for array constructors uses `realloc()` to grow the allocated
143 Arrays allocated by an `allocate` statement in source code should not be moved
145 `fir.allocmem` operations when they are lowered. Intrinsics such as `allocated`
189 heap allocated array temporaries are detected and converted by the new pass.