]> git.mdlowis.com Git - archive/atc.git/commit
Implemented heap allocation of small blocks
authorMichael D. Lowis <mike@mdlowis.com>
Wed, 1 Apr 2015 02:43:19 +0000 (22:43 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Wed, 1 Apr 2015 02:43:19 +0000 (22:43 -0400)
commit51428ed56c456cc7100f3871b36783b82f169f7f
treeb010e292dae17a6bf1cd7297a85be24ae87391c4
parentde7638dc1082b012ae613e8f1f87c1695abc1e33
Implemented heap allocation of small blocks
source/runtime/heap.c
source/runtime/heap.h
source/runtime/segment.c
source/runtime/segment.h
tests/main.c
tests/test_heap.c [new file with mode: 0644]