Allocates a block of size bytes of memory and returns a pointer to the beginning of the block.
memory = memory_malloc( 16 );