Change the length of the indnamememo array.
In the execution this resizes (to grow or shrink) the underlying Common Lisp array. The logical definition is based on resize-list:
Function:
(defun resize-indnames$a (stobjs::i indnamememo$a) (declare (xargs :guard (indnamememo$ap indnamememo$a))) (resize-list indnamememo$a stobjs::i 'nil))