Function: getheap
Section: programming/specific
C-Name: getheap
Prototype:
Help: getheap(): 2-component vector giving the current number of objects in
 the heap and the space they occupy.
Doc: returns a two-component row vector giving the
 number of objects on the heap and the amount of memory they occupy in long
 words. Useful mainly for debugging purposes.
