.
This commit is contained in:
parent
3a64dc7f7c
commit
f19a2ad302
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ func Chunked(chunk_size uintptr) Arena {
|
|||
panic("chunked: chunk_size must be greater than zero")
|
||||
}
|
||||
|
||||
// @todo(judah): this can be drastically improved.
|
||||
|
||||
type chunk struct {
|
||||
data []byte
|
||||
offset uintptr
|
||||
|
|
|
|||
Loading…
Reference in a new issue