We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jl_value_t
1 parent 9bcc7a4 commit 863a4beCopy full SHA for 863a4be
doc/src/devdocs/object.md
@@ -1,6 +1,6 @@
1
# Memory layout of Julia Objects
2
3
-## Object layout (jl_value_t)
+## Object layout (`jl_value_t`)
4
5
The `jl_value_t` struct is the name for a block of memory owned by the Julia Garbage Collector,
6
representing the data associated with a Julia object in memory. Absent any type information, it
0 commit comments