This commit is contained in:
Judah Caruso 2025-12-13 12:32:47 -07:00
parent 3a64dc7f7c
commit f19a2ad302

View file

@ -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