我想使用malloc,而不是使用sbrk从内核中获取页面,我希望它在内存映射文件上分配。因此,如果我的机器突然崩溃,进程堆将备份到该文件上。
有这样一个malloc库吗?
如果您想使用内存映射文件,请使用这些函数。
http://www.gnu.org/software/libc/manual/html_node/Memory_002dmapped-I_002fO.html http://man7.org/linux/man-pages/man2/mmap.2.html