Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-27 | libpad: sync with upstream, use PAD_FLAGS_ZERO | Vito 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 submodule | Vito 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. |