xref: /dflybsd-src/contrib/diffutils/lib/allocator.c (revision ab08ac79d6c4f8e8987fee192409f1a5a5026f32)
1 #define _GL_USE_STDLIB_ALLOC 1
2 #include <config.h>
3 #include "allocator.h"
4 #include <stdlib.h>
5 struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };
6