BMOSP/include/mem.h

5 lines
100 B
C++

namespace mem {
void init( );
void *alloc_block( );
void free_block(void *block);
} // namespace mem