mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 21:35:20 +03:00
The `Allocate` method allocates the given amount of space in a megabuffer chunk, returning a descriptor of the allocated region. This is useful for situations where you want to write directly to the megabuffer, avoiding the need for an intermediary buffer.