Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Joan Besante
allocateur_memoire
Commits
b1fe1e30
Commit
b1fe1e30
authored
Dec 29, 2021
by
Joan Besante
Browse files
Update mem.c
parent
1446d4dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
mem.c
View file @
b1fe1e30
//Test branchage
Corentin
-> OK
//Test branchage -> OK
// Depot distant : TP-Allocateur-Memoire
// Depot distant : TP-Allocateur-Memoire
/* On inclut l'interface publique */
/* On inclut l'interface publique */
#include "mem.h"
#include "mem.h"
...
@@ -452,4 +452,4 @@ struct fb* mem_fit_worst(struct fb *list, size_t size) {
...
@@ -452,4 +452,4 @@ struct fb* mem_fit_worst(struct fb *list, size_t size) {
}
}
// Si on a rien trouvé, on renvoie NULL, sinon le bloc le plus grand adapté
// Si on a rien trouvé, on renvoie NULL, sinon le bloc le plus grand adapté
return
res
;
return
res
;
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment