Blame lib/allocator.c

Packit Service fdd496
#define _GL_USE_STDLIB_ALLOC 1
Packit Service fdd496
#include <config.h>
Packit Service fdd496
#include "allocator.h"
Packit Service fdd496
#include <stdlib.h>
Packit Service fdd496
struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };