Made a memory allocator (crude)
This commit is contained in:
parent
b5c7344851
commit
941bac31b6
53 changed files with 469 additions and 146 deletions
|
|
@ -1,3 +1,5 @@
|
|||
alloc/alloc
|
||||
alloc/get_arena
|
||||
blx/blx
|
||||
blx/blx_create_fontsheet
|
||||
blx/blx_handlers
|
||||
|
|
@ -66,6 +68,7 @@ mem/mem_copy
|
|||
mem/mem_find
|
||||
mem/mem_find_bytes
|
||||
mem/mem_move
|
||||
mem/mem_realloc
|
||||
mem/mem_set
|
||||
mem/mem_set_zero
|
||||
num/u16/rotate
|
||||
|
|
@ -74,6 +77,9 @@ num/u64/from_bytes
|
|||
num/u64/rotate
|
||||
num/u8/rotate
|
||||
num/usize/rotate
|
||||
num/usize/round_up
|
||||
os/abort
|
||||
os/exit
|
||||
os/pipe
|
||||
os/process
|
||||
os/process_inner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue