Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/klibc/malloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 7  Line 7 
7  #include <stdlib.h>  #include <stdlib.h>
8  #include <unistd.h>  #include <unistd.h>
9  #include <sys/mman.h>  #include <sys/mman.h>
10    #include <assert.h>
11  #include "malloc.h"  #include "malloc.h"
12    
13  /* Both the arena list and the free memory list are double linked  /* Both the arena list and the free memory list are double linked

Legend:
Removed from v.532  
changed lines
  Added in v.815