由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 请问,malloc函数怎样实现?
相关主题
[转载] shared library一问Memory check problem?
alloc memory in UNIXasync-signal safe 问题
请问在unix下如何看一个程序跑了多少时间?谢谢![转载] help about C: realloc
如何生成静态连接库?(zz)how to use function calloc of c in fortran?
interview question[转载] two programming questions
Is it possible?dtrace问题
[转载] 为什么会在调用malloc时Segmentation fault?heap fragmentation under Solaris 2.x
[转载] Re: 为什么会在调用malloc时Segmentation fault?[转载] 再问一个shared library的问题
相关话题的讨论汇总
话题: malloc话题: 函数话题: 实现
进入Unix版参与讨论
1 (共1页)
q**h
发帖数: 38
1
哪位知道malloc等内存动态分配函数是怎样在UNIX
下实现的? 需要system call 吗?
谢谢!
m***o
发帖数: 1367
2
Heap manager allocates full memory pages from VM using brk or sbrk system
calls. It hands out smaller pieces required in malloc.

【在 q**h 的大作中提到】
: 哪位知道malloc等内存动态分配函数是怎样在UNIX
: 下实现的? 需要system call 吗?
: 谢谢!

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] 再问一个shared library的问题interview question
有没有四舍无入的函数?Is it possible?
如何用“ld”把不同的函数起始地址恰好设为页面的开始[转载] 为什么会在调用malloc时Segmentation fault?
[转载] 那个C函数可以取系统时间精确到millisecond[转载] Re: 为什么会在调用malloc时Segmentation fault?
[转载] shared library一问Memory check problem?
alloc memory in UNIXasync-signal safe 问题
请问在unix下如何看一个程序跑了多少时间?谢谢![转载] help about C: realloc
如何生成静态连接库?(zz)how to use function calloc of c in fortran?
相关话题的讨论汇总
话题: malloc话题: 函数话题: 实现