From 4c25d8b865534db92ab08f9c4723b7fc831f4e96 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 27 Nov 2018 00:13:23 -0800 Subject: *: incorporate libpad submodule 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. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f10f023 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libpad"] + path = libpad + url = git://git.pengaru.com/libpad -- cgit v1.2.3