mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Zig allocator demo, using extram
This commit is contained in:
parent
a5018dab2f
commit
577aaadacd
9 changed files with 210 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ all:
|
|||
(cd maze && make)
|
||||
(cd heap && make)
|
||||
(cd memtest && make)
|
||||
(cd zigalloc && make)
|
||||
|
||||
clean:
|
||||
(cd sketch && make clean)
|
||||
|
|
@ -27,4 +28,5 @@ clean:
|
|||
(cd maze && make clean)
|
||||
(cd heap && make clean)
|
||||
(cd memtest && make clean)
|
||||
(cd zigalloc && make clean)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue