Mercurial > hg > octave-jordi > gnulib-hg
view lib/allocator.c @ 18070:d460ec17f09f
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Tue, 28 Jul 2015 13:57:32 -0700 (2015-07-28) |
parents | f87295656694 |
children |
line wrap: on
line source
#define _GL_USE_STDLIB_ALLOC 1 #include <config.h> #include "allocator.h" #include <stdlib.h> struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };