Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 1996 13:24:16 +0900 (KST)
From:      cskim@cslsun10.sogang.ac.kr (Kim Chang Seob)
To:        freebsd-hackers@FreeBSD.ORG
Cc:        cskim@cslsun10.sogang.ac.kr (Kim Chang Seob)
Subject:   frame allocation
Message-ID:  <9610300424.AA28839@cslsun10.sogang.ac.kr>

next in thread | raw e-mail | index | archive | help
I have a some question about memory management. 
this is that
1) if process request 100 frame into physical memory, 
   when free page list is 200 frame in physical memory, 
   how many frame is allocated to process? 
   100 frame is allocated ? or what percent(%) is allocated? 
   when process request frame, is memory allocated to precess statically? 
   or according to executing file size, frame allocation size is changed? 
   if frame allocation is static, how many frame is allocated to process, 
   if frame allocation is dynamic, how many frame is allocated(what percent(%))
   to process. and where is frame allocation function in /usr/src/sys/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9610300424.AA28839>