mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.3K
active users

Per Johansson

@GStreamer @slomo are there any documentation on how to implement a custom allocator + memory in rust? I want to port the core_apple_media memory and allocators but I get stuck in how to provide the map and unmap fuctiona from rust. The ffi::GstAllocator struct has pointer fields but I can’t find a way to provide them.
Any clue?