]> git.ozlabs.org Git - ccan/commit
alloc: implement huge allocations
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 28 Jul 2010 13:05:08 +0000 (22:35 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 28 Jul 2010 13:05:08 +0000 (22:35 +0930)
commitfbd94d9909892758d594d410bb5f981b3567fb3e
treefd2222eb7338bb11ed8f97bd8da8ee0dedd4125c
parent774ce0359d38e0ed4a02a0e50d3c4859e6f6be59
alloc: implement huge allocations

Inefficient scheme for allocations > 1/8192 of the pool size.
ccan/alloc/_info
ccan/alloc/alloc.c
ccan/alloc/test/run-testsize.c
ccan/alloc/test/run.c