Erik Poupaert writes:
>
> // Set the maximum heap size. This might be ignored by the GC layer.
> // This must be called before _Jv_RunMain.
> void
> _Jv_SetMaximumHeapSize (const char *arg)
> {
> ...
> }
>
> I can't grep any reference of as to where this function is accessible.
Why not? Look at gij.cc:120.
Andrew.