mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
This commit is contained in:
parent
5719344653
commit
8b962f8446
111 changed files with 288 additions and 223 deletions
|
@ -265,8 +265,8 @@ struct Chunk {
|
|||
mut:
|
||||
prev_foot usize
|
||||
head usize
|
||||
prev &Chunk
|
||||
next &Chunk
|
||||
prev &Chunk = unsafe { nil }
|
||||
next &Chunk = unsafe { nil }
|
||||
}
|
||||
|
||||
[heap]
|
||||
|
@ -274,7 +274,7 @@ struct Segment {
|
|||
mut:
|
||||
base voidptr
|
||||
size usize
|
||||
next &Segment
|
||||
next &Segment = unsafe { nil }
|
||||
flags u32
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue