]> granicus.if.org Git - jq/commit
Add wrappers for malloc/realloc/free. See #43.
authorStephen Dolan <mu@netsoc.tcd.ie>
Tue, 18 Dec 2012 16:52:47 +0000 (16:52 +0000)
committerStephen Dolan <mu@netsoc.tcd.ie>
Tue, 18 Dec 2012 16:53:51 +0000 (16:53 +0000)
commit04daafbde36ab696069a9df17ff85629574491c4
tree66bff8def53de1a0f27038d880bd1306dc2ced39
parent75421cbfe32ae6428fe08b6ba83f1f7ac0322c33
Add wrappers for malloc/realloc/free. See #43.
15 files changed:
Makefile
bytecode.c
compile.c
execute.c
forkable_stack.h
jv.c
jv_alloc.c [new file with mode: 0644]
jv_alloc.h [new file with mode: 0644]
jv_aux.c
jv_dtoa.c
jv_parse.c
lexer.l
locfile.h
main.c
parser.y