mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-03 00:52:35 +01:00
e6741642ba
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.