mirror of
https://github.com/drasko/codezero.git
synced 2026-07-12 02:14:12 +02:00
Changes since April
Clean up of build directories. Simplifications to capability model.
This commit is contained in:
8
conts/userlibs/libmem/include/mem/test_kmalloc.h
Normal file
8
conts/userlibs/libmem/include/mem/test_kmalloc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __TEST_KMALLOC_H__
|
||||
#define __TEST_KMALLOC_H__
|
||||
|
||||
#include <kmem/kmalloc.h>
|
||||
|
||||
void test_kmalloc(int num_allocs, int allocs_max, FILE *initstate, FILE *exitstate);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user