This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

_Jv_SetMaximumHeapSize


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]