Valhalla Legends Forums Archive | C/C++ Programming | [C++] Is there a routine that does what _msize does in VC++ for Linux?

AuthorMessageTime
bethra
Ok, so I'm assuming that _msize is for VC++, so is there a routine that does the same thing I can use in Linux?
February 8, 2006, 7:23 PM
Skywing
Why not keep track of your allocation sizes internally instead of relying on such non-standard things?

(Even in the case of VC, _msize is not going to work for allocations that do not cross the CRT heap.)
February 9, 2006, 2:55 PM

Search