Add mallinfo2 function that support sizes >= 4GB.
The current int type can easily overflow for allocation of more than 4GB.
Loading
Please register or sign in to comment
The current int type can easily overflow for allocation of more than 4GB.