Towards incremental blobs.

This commit is contained in:
Nuno Cruces
2023-02-27 03:20:23 +00:00
parent b30f127547
commit 21aff4c9f5
10 changed files with 82 additions and 30 deletions

View File

@@ -12,6 +12,8 @@ const (
_MAX_STRING = 512 // Used for short strings: names, error messages…
_MAX_PATHNAME = 512
_MAX_ALLOCATION_SIZE = 0x7ffffeff
ptrlen = 4
)