The address space of a process consists of the following sections: code: contains instructions. static: contains static data, e.g., static x: i32 = 1 ...
確定! 回上一頁