aboutsummaryrefslogtreecommitdiff
path: root/common/errors/memory
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-07-12 15:37:59 +0530
committerBobby <[email protected]>2026-07-12 15:37:59 +0530
commit1f3211b3dcceabed1e5940e8afb5b84551db29f0 (patch)
tree282ed451792dd26b72db261fae954b2b92142bdc /common/errors/memory
parentb685fa948fafcbc89755ce13e292895ebe9730b2 (diff)
downloadakiba-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.zig2
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,
};