pmap.h
来自「基于组件方式开发操作系统的OSKIT源代码」· C头文件 代码 · 共 17 行
H
17 行
/* Just a fake, to satisfy bogus #include's *//* * Each machine dependent implementation is expected to * keep certain statistics. They may do this anyway they * so choose, but are expected to return the statistics * in the following structure. */struct pmap_statistics { long resident_count; /* # of pages mapped (total) */ long wired_count; /* # of pages wired */};typedef struct pmap_statistics *pmap_statistics_t;#include <machine/pmap.h>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?