Contiguous physical memory from userspace

后端 未结 4 2209
忘了有多久
忘了有多久 2020-11-27 07:27

Is there a way to allocate contiguous physical memory from userspace in linux? At least few guaranteed contiguous memory pages. One huge page isn\'t the answer.

4条回答
  •  温柔的废话
    2020-11-27 07:39

    DPDK library's memory allocator uses approach @Wallacoloo described. eal_memory.c. The code is BSD licensed.

提交回复
热议问题