Ignore:
Timestamp:
Feb 17, 2016, 4:12:02 PM (8 years ago)
Author:
meunier
Message:
  • Added function realloc
  • Started to put the bootloader on 2 Big Pages (warning: does not work yet)
  • Fixed errors in the rosenfeld application
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/malloc.h

    r781 r791  
    9696extern void * calloc( int nbmem,
    9797                      int size );
     98extern void * realloc ( void * ptr,
     99                        int size );
    98100
    99101extern void * remote_malloc( int size,
Note: See TracChangeset for help on using the changeset viewer.