On Wed, 9 Oct 2002, Maxime Henrion wrote:

> What I meant in my previous mail is that you could malloc() these
> objects instead of putting them on the stack.  Also, you don't need
> buffers that big since the size you need is bounded at max(sizeof(int),
> TOK_STRING_SIZE), which is likely to be TOK_STRING_SIZE :-).

ddb can't call malloc() or any other general memory allocation function,
since it may be (and often is) invoked in the middle of such functions.

ruce


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to