由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Is it possible?
相关主题
about Sun Workstationsasync-signal safe 问题
a security hole at the solaris/aix[转载] help about C: realloc
interview questionhow to use function calloc of c in fortran?
[转载] shared library一问[转载] two programming questions
[转载] 为什么会在调用malloc时Segmentation fault?请问,malloc函数怎样实现?
[转载] Re: 为什么会在调用malloc时Segmentation fault?dtrace问题
alloc memory in UNIX[转载] 请教Sun Ultra 1 上的外置SCSI硬盘
Memory check problem?Sun Ultra 10
相关话题的讨论汇总
话题: possible话题: 1024话题: memory话题: computers话题: returned
进入Unix版参与讨论
1 (共1页)
h****n
发帖数: 131
1
I found the computers in our open lab have more than 2GByte memory.
Is it possible? The computers are Sun ULTRA 10.
I used malloc(1024*1024*1024) twice and the pointer returned is not 0.
And third time it returned 0.
Can I belive that?
m*******m
发帖数: 182
2
This is virtual memory is OS. They are paged in/out between
main memory
and secondary storage (hard drive). Refer to your favorite
OS books.

【在 h****n 的大作中提到】
: I found the computers in our open lab have more than 2GByte memory.
: Is it possible? The computers are Sun ULTRA 10.
: I used malloc(1024*1024*1024) twice and the pointer returned is not 0.
: And third time it returned 0.
: Can I belive that?

a****f
发帖数: 29
3
I guess these computers have 512KB phisical memory at least. It is more
possible that they have 1GB memory installed.
As a user, you definitely have 2GB memory to use.

【在 m*******m 的大作中提到】
: This is virtual memory is OS. They are paged in/out between
: main memory
: and secondary storage (hard drive). Refer to your favorite
: OS books.

1 (共1页)
进入Unix版参与讨论
相关主题
Sun Ultra 10[转载] 为什么会在调用malloc时Segmentation fault?
问一个笨问题,Sun Ultra 10 装的是什么硬盘?[转载] Re: 为什么会在调用malloc时Segmentation fault?
FreeBSD下,是否支持ultra SCSI 160alloc memory in UNIX
Sun Blade 1000Memory check problem?
about Sun Workstationsasync-signal safe 问题
a security hole at the solaris/aix[转载] help about C: realloc
interview questionhow to use function calloc of c in fortran?
[转载] shared library一问[转载] two programming questions
相关话题的讨论汇总
话题: possible话题: 1024话题: memory话题: computers话题: returned