Changes between Version 12 and Version 13 of TME2-2014


Ignore:
Timestamp:
Feb 7, 2013, 3:24:53 PM (12 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TME2-2014

    v12 v13  
    8686
    8787{{{
    88 error_t kmalloc_init (void *start, void *limit);
     88int kmalloc_init (void *start, void *limit); // rend 0 si l'initialisation est possible
    8989void* kmalloc(size_t size);
    9090void  kfree(void *ptr);