]> Chaos Git - corbenik/ctrulib.git/commit
Add proper linear heap allocator
authorfincs <fincs.alt1@gmail.com>
Tue, 16 Sep 2014 22:22:30 +0000 (00:22 +0200)
committerfincs <fincs.alt1@gmail.com>
Tue, 16 Sep 2014 22:22:30 +0000 (00:22 +0200)
commit27be99a79306526f9da16ebe6bf31fd7f3c5e1ec
tree4e66d4fe53ecca87a4603e649a8e3a409b4dba26
parent2c589cd2ef9a2b663e7c792e0451af1f1d544223
Add proper linear heap allocator
libctru/Makefile
libctru/source/allocator/linear.cpp [new file with mode: 0644]
libctru/source/allocator/mem_pool.cpp [new file with mode: 0644]
libctru/source/allocator/mem_pool.h [new file with mode: 0644]
libctru/source/linear.c [deleted file]