Home | History | Annotate | Download | only in mpreal

Lines Matching refs:system_info

407                                 system_info.dwAllocationGranularity in WIN32,

2971 SYSTEM_INFO system_info;
2972 GetSystemInfo(&system_info);
2973 psize = system_info.dwPageSize;
2975 DEFAULT_GRANULARITY : system_info.dwAllocationGranularity);