Home | History | Annotate | Download | only in src

Lines Matching refs:system_info

378                                 system_info.dwAllocationGranularity in WIN32,
2501 SYSTEM_INFO system_info;
2502 GetSystemInfo(&system_info);
2503 mparams.page_size = system_info.dwPageSize;
2504 mparams.granularity = system_info.dwAllocationGranularity;