Added libmem which was forgotten

This commit is contained in:
Bahadir Balban
2009-10-01 10:52:07 +03:00
parent b642fc5cd3
commit 5ec000fb34
25 changed files with 1658 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef __TEST_KMALLOC_H__
#define __TEST_KMALLOC_H__
#include <kmalloc/kmalloc.h>
void test_kmalloc(int num_allocs, int allocs_max, FILE *initstate, FILE *exitstate);
#endif