diff options
| author | Bobby <[email protected]> | 2026-07-12 15:37:59 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-07-12 15:37:59 +0530 |
| commit | 1f3211b3dcceabed1e5940e8afb5b84551db29f0 (patch) | |
| tree | 282ed451792dd26b72db261fae954b2b92142bdc /common/errors/memory | |
| parent | b685fa948fafcbc89755ce13e292895ebe9730b2 (diff) | |
| download | akiba-1f3211b3dcceabed1e5940e8afb5b84551db29f0.tar.xz akiba-1f3211b3dcceabed1e5940e8afb5b84551db29f0.zip | |
Standardize build/asm/common and restructure shared to depth-2
Diffstat (limited to 'common/errors/memory')
| -rw-r--r-- | common/errors/memory/allocation.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/errors/memory/allocation.zig b/common/errors/memory/allocation.zig index 2359cac..7dcba4f 100644 --- a/common/errors/memory/allocation.zig +++ b/common/errors/memory/allocation.zig @@ -6,4 +6,6 @@ pub const AllocationError = error{ InvalidAlignment, RegionExhausted, ZoneExhausted, + NotInitialized, + SizeTooLarge, }; |
