Age | Commit message (Collapse) | Author |
|
libix2 doesn't really need this, but sars cheats and uses libpad
from its libix2 submodule and I'd like to update a pad_free() call
site in there.
|
|
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.
|
|
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.
|