Commit 10e2dd11 authored by Константин Зинченко's avatar Константин Зинченко
Browse files

Update src/mem.h

parent ee225af8
......@@ -14,6 +14,7 @@
void* _malloc( size_t query );
void _free( void* mem );
void* heap_init( size_t initial_size );
void *map_pages(void const *addr, size_t length, int additional_flags);
#define DEBUG_FIRST_BYTES 4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment