Skip to content
Snippets Groups Projects
Commit d8adb7dd authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Updated malloc.h -> mempattern.h

parent 955fdccf
No related branches found
No related tags found
No related merge requests found
......@@ -65,14 +65,14 @@ src/libknot/zone/zone-tree.c
src/libknot/zone/dname-table.h
src/libknot/zone/dname-table.c
src/Makefile.am
src/common/slab/malloc.c
src/common/slab/malloc.h
src/common/slab/slab.c
src/common/slab/slab.h
src/common/slab/alloc-common.h
src/common/libtap/tap.c
src/common/libtap/tap.h
src/common/libtap/tap_unit.h
src/common/mempattern.c
src/common/mempattern.h
src/common/lists.h
src/common/lists.c
src/common/base32.h
......
......@@ -217,12 +217,12 @@ libknot_la_SOURCES = \
libknots_la_SOURCES = \
common/slab/slab.c \
common/slab/malloc.c \
common/slab/slab.h \
common/slab/malloc.h \
common/libtap/tap.c \
common/libtap/tap.h \
common/libtap/tap_unit.h \
common/mempattern.h \
common/mempattern.c \
common/lists.c \
common/base32.c \
common/lists.h \
......
......@@ -34,6 +34,7 @@
#include <stddef.h>
#include "skip-list.h"
#include "mempattern.h"
/*! \brief Waiting for completion constants. */
enum fdset_wait_t {
......
File moved
......@@ -14,7 +14,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*!
* \file malloc.h
* \file mempattern.h
*
* \author Marek Vavrusa <marek.vavrusa@nic.cz>
*
......
......@@ -71,7 +71,7 @@ void help(int argc, char **argv)
" -V, --version Print version of the server.\n"
" -h, --help Print help and usage.\n");
}
#include "common/slab/malloc.h"
int main(int argc, char **argv)
{
// Parse command line arguments
......
......@@ -20,7 +20,7 @@
#include <string.h>
#include "knot/stat/stat-common.h"
#include "common/slab/malloc.h"
#include "common/mempattern.h"
#include "knot/stat/gatherer.h"
gatherer_t *new_gatherer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment