mirror of
https://github.com/TokTok/c-toxcore
synced 2026-09-10 18:08:02 +00:00
`malloc` is used only for byte/int arrays. Also, we no longer allow plain `void *` allocations. Every allocation should have a real value type.
`malloc` is used only for byte/int arrays. Also, we no longer allow plain `void *` allocations. Every allocation should have a real value type.