repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
libiconv
/
srclib
/
allocator.c
blob
2c1a3da03aa162fb66cad828e17de7f65cd2e3ad
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
};