X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Ftest_vm%2Finclude%2Fgeekos%2Fmalloc.h;fp=misc%2Ftest_vm%2Finclude%2Fgeekos%2Fmalloc.h;h=0000000000000000000000000000000000000000;hp=ba70e925ce663629fdd46b9a326b8b52731798b7;hb=a70930549d1b741704dd7af4e6bb0e89f6f8a519;hpb=afb634a80f946634454a5d067a92aa600227bd93 diff --git a/misc/test_vm/include/geekos/malloc.h b/misc/test_vm/include/geekos/malloc.h deleted file mode 100644 index ba70e92..0000000 --- a/misc/test_vm/include/geekos/malloc.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * GeekOS memory allocation API - * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ - * - * This is free software. You are permitted to use, - * redistribute, and modify it as specified in the file "COPYING". - */ - -#ifndef GEEKOS_MALLOC_H -#define GEEKOS_MALLOC_H - -#include - -void Init_Heap(ulong_t start, ulong_t size); -void* Malloc(ulong_t size); -void Free(void* buf); - -#endif /* GEEKOS_MALLOC_H */