mirror of
https://github.com/drasko/codezero.git
synced 2026-02-12 18:03:15 +01:00
Initial commit
This commit is contained in:
8
tasks/libmem/tests/test_kmalloc.h
Normal file
8
tasks/libmem/tests/test_kmalloc.h
Normal 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
|
||||
Reference in New Issue
Block a user