The return address value of valloc
Thanks!
I am trying to evaluate the performance of Intel E5, so I called fork{} to generate child process, then inside child process, valloc and mlock to allocate memory for each CPU's thread, but what I got all of 20 thread's virtual memory addresses from the return of valloc were 0. They sounded incorrectly, didn't they?
Thanks,
-Nelson
|