aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-09-13 23:33:52 +0200
committerlemon <lsof@mailbox.org>2025-09-14 09:55:56 +0200
commit2676caa4209d1a81fbb4076d87da699f681d14e2 (patch)
tree0bd986bf319fb61468e7c62e92dabbdf892a4d1d /common.h
parent9fb8b66bb742ecdace257f2bdd10c4c5cd7f7310 (diff)
regalloc improvements
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 0079163..6c2e1e9 100644
--- a/common.h
+++ b/common.h
@@ -377,6 +377,7 @@ xbgrow_(void **p, size_t n)
struct arena *newarena(uint chunksiz);
void *alloc(struct arena **, uint siz, uint align);
+void *allocz(struct arena **, uint siz, uint align);
static inline void *
alloccopy(struct arena **arena, const void *src, uint siz, uint align)
{