mirror of
https://github.com/SmallPond/MIT6.828_OS.git
synced 2026-05-01 06:09:45 +08:00
my solution to lab 6
This commit is contained in:
7
lab/inc/malloc.h
Normal file
7
lab/inc/malloc.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef JOS_INC_MALLOC_H
|
||||
#define JOS_INC_MALLOC_H 1
|
||||
|
||||
void *malloc(size_t size);
|
||||
void free(void *addr);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user