diff options
| author | 2025-09-13 23:33:52 +0200 | |
|---|---|---|
| committer | 2025-09-14 09:55:56 +0200 | |
| commit | 2676caa4209d1a81fbb4076d87da699f681d14e2 (patch) | |
| tree | 0bd986bf319fb61468e7c62e92dabbdf892a4d1d /common.h | |
| parent | 9fb8b66bb742ecdace257f2bdd10c4c5cd7f7310 (diff) | |
regalloc improvements
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |