Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2074 → Rev 2075

/trunk/uspace/libc/generic/as.c
150,7 → 150,6
* TODO: make some first_fit/... algorithm, we are now just incrementing
* the pointer to last area
*/
#include <stdio.h>
void *as_get_mappable_page(size_t sz, int color)
{
void *res;