原创 關於go語言中range值拷貝理解

    package main import ( "fmt" ) func test_range_val_copy() { a := []int{1, 2, 3, 4} // 下面使用的v是一個臨時變量 //

原创 linux內核copy_process

/* * This creates a new process as a copy of the old one, * but does not actually start it yet. * * It copies the

原创 linux內核中如何通過pid得到 struct pid

struct pid *find_pid_ns(int nr, struct pid_namespace *ns) 用於從namespace 下的pid找到對應的pid結構體, 位置:/linux/kernel/pid.c 聲明:stru