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_malloc et. al. are used to allocate non-garbage-collected memory. So by definition you cannot used GCed memory for this.3. Why do the Jv_realloc and Jv_malloc functions in prims.cc us realloc/malloc directly rather than the corresponding GC function's GC_malloc/GC_alloc. Is this for efficiency reasons, to reduce the amount of memory the GC has to scan during a collection.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |