summaryrefslogtreecommitdiff
path: root/libpad
AgeCommit message (Collapse)Author
2018-11-27libpad: sync with upstream, use PAD_FLAGS_ZEROVito Caputo
The code used calloc() previously, and there remain assumptions about the allocated memory being zeroed, hence adding the flag to libpad and using it here.
2018-11-27*: incorporate libpad submoduleVito Caputo
In preparation of adding an ix2_reset() method, pull in the libpad allocator which will be used for caching all allocations instead of the libc allocator, and a convenient fast reset.
© All Rights Reserved