for heapEntry in process.heap.each(heapList) { //io.print( heapEntry.dwAddress ) }
for heapList in process.heap.eachList(/*进程ID*/) { //io.print( heapList.dwAddress ) }
Markdown 格式