Ability to overload malloc/calloc in C code #247
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Well, I could complain a lot about others stuff that got removed from older css-layout.h version :) but whatever :)
In gamedev usually people tend not to use malloc/calloc/heap_in_general, so ability to overload them with user provided callbacks is crucial for better consistency.