Subject: Re: Random PID'
To: Simon Burge <simonb@wasabisystems.com>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 11/12/2000 17:47:47
On Mon, Nov 13, 2000 at 12:34:28PM +1100, Simon Burge wrote:

 > How is proc address allocation done?  LRU?  Just thinking of repeating
 > monte carlo similutions that run in less than a second that do

Well, procs are allocated from a pool (pool_get()).  So, a new
proc is going to have the same address as the last one freed.

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>