Login
Help/Guide
About Trac
Preferences
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 12
and
Version 13
of
TME2-2014
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Feb 7, 2013, 3:24:53 PM (
12 years
ago)
Author:
franck
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
TME2-2014
v12
v13
86
86
87
87
{{{
88
error_t kmalloc_init (void *start, void *limit);
88
int kmalloc_init (void *start, void *limit); // rend 0 si l'initialisation est possible
89
89
void* kmalloc(size_t size);
90
90
void kfree(void *ptr);