Subject: Re: find uses 400MB memory
To: Simon J. Gerraty <sjg@crufty.net>
From: Chuck Silvers <chuq@chuq.com>
List: current-users
Date: 09/14/2001 17:56:19
at this point we should probably be using variable-length arrays
instead of alloca(), but it's the same idea.

-Chuck


On Fri, Sep 14, 2001 at 12:23:04PM -0700, Simon J. Gerraty wrote:
> >we should really figure out how to make execvp() avoid using malloc()
> 
> Can it use alloca() ?
> 
> --sjg