Subversion Repositories HelenOS-historic

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 68
Line 28... Line 28...
28
 
28
 
29
#include <mm/heap.h>
29
#include <mm/heap.h>
30
#include <synch/spinlock.h>
30
#include <synch/spinlock.h>
31
#include <func.h>
31
#include <func.h>
32
#include <memstr.h>
32
#include <memstr.h>
-
 
33
#include <panic.h>
33
#include <arch/types.h>
34
#include <arch/types.h>
34
 
35
 
35
/*
36
/*
36
 * First-fit algorithm.
37
 * First-fit algorithm.
37
 * Simple, but hopefully correct.
38
 * Simple, but hopefully correct.