diff options
Diffstat (limited to 'src/common/memarea.c')
-rw-r--r-- | src/common/memarea.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/memarea.c b/src/common/memarea.c index ff348770c3..592d03b46c 100644 --- a/src/common/memarea.c +++ b/src/common/memarea.c @@ -62,7 +62,9 @@ struct memarea_t { }; #define MAX_FREELIST_LEN 4 +/* DOCDOC freelist_len */ int freelist_len=0; +/* DOCDOC freelist */ static memarea_chunk_t *freelist = NULL; /** Helper: allocate a new memarea chunk of around <b>chunk_size</b> bytes. */ |