Add README

This commit is contained in:
olemorud
2023-05-15 01:04:37 +02:00
committed by Ole Morud
parent 6576032654
commit ba39a77c0c

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
`arena_t* arena_new()`
Initializes and returns new arena
`void arena_reset(arena_t *a)`
Free memory allocated in arena
`void* arena_alloc(arena_t *a, size_t len)`
Allocate new memory using arena