Julia Programming Language
What's the macro to prevent a vector from moving memory location during a function call?
New to Julia
xiaodai
November 19, 2019, 5:38am
1
I think it belongs to
GC
but I can’t remember the macro name.
fredrikekre
November 19, 2019, 6:02am
2
GC.@preserve
maybe?
2 Likes
Related topics
Topic
Replies
Views
Activity
Memory Issues: Serializing and deserializing data
General Usage
2
474
August 6, 2018
GC.@preserve macro equivalent for v0.6.2
Internals & Design
2
822
March 11, 2018
Does `GC.@preserve a b` preserves the location of `a` and `b`
General Usage
11
1639
May 28, 2020
Julia v0.6 vs. v0.7 GC behaviour?
General Usage
question
8
1365
March 29, 2018
Memory best practices in Julia with Arrays vs Vectors
New to Julia
memory-allocation
,
arrays
,
staticarrays
,
simulations
19
561
August 18, 2024