Files
codezero/tasks/libmem/tests/test_allocpage.h
Bahadir Balban e2b791a3d8 Initial commit
2008-01-13 13:53:52 +00:00

14 lines
444 B
C

#ifndef __TEST_ALLOCPAGE_H__
#define __TEST_ALLOCPAGE_H__
#include <mm/alloc_page.h>
#include "tests.h"
void test_allocpage(int num_allocs, int alloc_max, FILE *init, FILE *exit);
void print_page_area(struct page_area *a, int no);
void print_caches(struct list_head *cache_head);
void print_cache(struct mem_cache *c, int cacheno);
void print_areas(struct list_head *area_head);
void print_page_area(struct page_area *ar, int areano);
#endif