From: Kensuke M. <mat...@ki...> - 2012-06-06 10:12:48
|
Hi, Now xmlvm2c uses GC_MALLOC_ATOMIC in XMLVMArray. This causes memory leak, when I allocate large array (like new byte[500000]). Perhaps xmlvm2c can use GC_MALLOC_ATOMIC_IGNORE_OFF_PAGE instead of GC_MALLOC_ATOMIC, because array object has reference by head of allocated area. Thank you. |