Skip to content

Commit

Permalink
Update julia.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed May 4, 2024
1 parent 692cd18 commit 8f992c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/julia.h
Original file line number Diff line number Diff line change
Expand Up @@ -1179,8 +1179,8 @@ STATIC_INLINE jl_value_t *jl_svecset(
/*
how - allocation style
0 = data is inlined
1 = owns the gc-managed data, exclusively
2 = malloc-allocated pointer (may or may not own it)
1 = owns the gc-managed data, exclusively (will free it)
2 = malloc-allocated pointer (does not own it)
3 = has a pointer to the object that owns the data pointer
*/
STATIC_INLINE int jl_genericmemory_how(jl_genericmemory_t *m) JL_NOTSAFEPOINT
Expand Down

0 comments on commit 8f992c7

Please sign in to comment.