I stumbled upon this interesting quirk.  My apologies if it's already been brought up.  This is for Maple 12 on a 32 bit windows machine.  It's possibly different for newer versions and operating systems. 

restart;
gc();
memory usage displays 1.37M

restart; gc();
memory usage displays 0.43M

The point was that it uses more than a half a megabyte more if gc() is put on a seperate line ... interesting..


Please Wait...