Now I know FreeBSD could defer creating an VM object until the last minute
- when the page fault occurs. Thanks.
-Zhihui
On Tue, 18 Dec 2001, Matthew Dillon wrote:
>
> :What are the backing objects of the stack and heap area of a process's
> :address space? When are they created? I saw the c
:What are the backing objects of the stack and heap area of a process's
:address space? When are they created? I saw the code vm_map_insert(), but
:the object argument given is NULL.
:
:Thanks,
:
:-Zhihui
The backing objects are OBJT_DEFAULT objects. They are typically created
when the
Zhihui Zhang wrote:
> What are the backing objects of the stack and heap area of a process's
> address space? When are they created? I saw the code vm_map_insert(), but
> the object argument given is NULL.
Anonymous pages: swap.
-- Terry
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsu
What are the backing objects of the stack and heap area of a process's
address space? When are they created? I saw the code vm_map_insert(), but
the object argument given is NULL.
Thanks,
-Zhihui
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of
4 matches
Mail list logo