You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure about the memory / indirect call tradeoff, it seems worth it to just copy the table since it will be most likely on the cache.
on my own modified version, I removed the default allocation table and made it required to be consistent with fval, and one of the problems I noticed is that most libs expect a different table e.g. some expect { .free, .malloc }, while others expect { .realloc, .malloc }, keeping a table for all of them around is annoying. So you might consider copying the allocation table too for consistency
The library should:
The text was updated successfully, but these errors were encountered: