repo.or.cz
/
mit-jos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
still serv_close bug...
[mit-jos.git]
/
inc
/
malloc.h
blob
bef7267e74afa6933d36f6a74ee12d140180adff
1
#ifndef JOS_INC_MALLOC_H
2
#define JOS_INC_MALLOC_H 1
3
4
void
*
malloc
(
size_t
size
);
5
void
free
(
void
*
addr
);
6
7
#endif