feat: Added align_arena_offset
Added it, it should work, no testing by now so damn, but its fine, used aformula from stack overflow :)
This commit is contained in:
@@ -18,6 +18,7 @@ typedef enum {
|
||||
ARENA_OUT_OF_SPACE,
|
||||
ARENA_NULL_ARG,
|
||||
ARENA_INVALID_SIZE,
|
||||
ARENA_INVALID_ALIGN,
|
||||
} ArenaErr;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user