This website requires JavaScript.
Explore
Help
Sign In
delch
/
BMOSP
Watch
1
Star
0
Fork
You've already forked BMOSP
0
Code
Pull Requests
Activity
e7113d6c5d
BMOSP
/
include
/
mem.h
5 lines
100 B
C++
Raw
Blame
History
namespace
mem
{
void
init
(
)
;
void
*
alloc_block
(
)
;
void
free_block
(
void
*
block
)
;
}
// namespace mem
View Git Blame
Copy Permalink