Allocate memory for a new SDLEventBuffer

Property definitions

sdl2 $ SDLEventBuffer :: malloc
	# Allocate memory for a new `SDLEventBuffer`
	new malloc `{ return malloc(sizeof(SDL_Event)); `}
lib/sdl2/events.nit:30,2--31,51