]> git.mdlowis.com Git - archive/atc.git/commit
Added segment module for allocation of fixed size blocks
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 31 Mar 2015 02:12:45 +0000 (22:12 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 31 Mar 2015 02:12:45 +0000 (22:12 -0400)
commit19fc982b0a91b6a3afee2f7087f3e37bc49b40ce
tree32050a80d8df6080c8785dd08094319fe4de8490
parent84dc2a0af47fff920fdb90936263969b450ebe2b
Added segment module for allocation of fixed size blocks
source/runtime/segment.c [new file with mode: 0644]
source/runtime/segment.h [new file with mode: 0644]
tests/main.c
tests/test_segment.c [new file with mode: 0644]