mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-25 20:44:29 +00:00
73484d8995
`malloc` is used only for byte/int arrays. Also, we no longer allow plain `void *` allocations. Every allocation should have a real value type.