]> git.ozlabs.org Git - ccan/commit
altstack: New module
authorDan Good <dan@dancancode.com>
Tue, 26 Jan 2016 22:18:43 +0000 (22:18 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 29 Jan 2016 05:57:24 +0000 (16:27 +1030)
commite65a92188aa1ac4c27a86d427acdf09417595ade
tree045d4f0585e1fa7e75702d10fdb85373218fa4df
parent9840dbd3e19eaee1ed82a445cd5e9f041a434f70
altstack: New module

altstack - run a function with a dedicated stack, and then release the memory

Signed-off-by: Dan Good <dan@dancancode.com>
Makefile-ccan
ccan/altstack/LICENSE [new symlink]
ccan/altstack/_info [new file with mode: 0644]
ccan/altstack/altstack.c [new file with mode: 0644]
ccan/altstack/altstack.h [new file with mode: 0644]
ccan/altstack/test/run.c [new file with mode: 0644]