Searched refs:system_info (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
H A DMarkStackWin.cpp37 SYSTEM_INFO system_info; local
38 GetSystemInfo(&system_info);
39 MarkStack::s_pageSize = system_info.dwPageSize;
/external/chromium/base/win/
H A Dwindows_version.cc41 SYSTEM_INFO system_info = { 0 }; local
42 GetNativeSystemInfo(&system_info);
43 switch (system_info.wProcessorArchitecture) {
48 processors_ = system_info.dwNumberOfProcessors;
49 allocation_granularity_ = system_info.dwAllocationGranularity;
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageBlock.cpp59 SYSTEM_INFO system_info; local
60 GetSystemInfo(&system_info);
61 size = system_info.dwPageSize;
H A DTCSystemAlloc.cpp214 SYSTEM_INFO system_info; local
215 GetSystemInfo(&system_info);
216 pagesize = system_info.dwPageSize;
/external/chromium/base/
H A Dprocess_util_win.cc897 SYSTEM_INFO system_info; local
898 GetSystemInfo(&system_info);
905 return (info.CommitTotal * system_info.dwPageSize) / 1024;
/external/openssl/crypto/rand/
H A Drand_unix.c409 system_info sysInfo;
/external/v8/tools/
H A Dgrokdump.py382 system_info = MINIDUMP_RAW_SYSTEM_INFO.Read(
384 self.arch = system_info.processor_architecture
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c407 system_info.dwAllocationGranularity in WIN32,
2971 SYSTEM_INFO system_info; local
2972 GetSystemInfo(&system_info);
2973 psize = system_info.dwPageSize;
2975 DEFAULT_GRANULARITY : system_info.dwAllocationGranularity);
/external/libffi/src/
H A Ddlmalloc.c378 system_info.dwAllocationGranularity in WIN32,
2501 SYSTEM_INFO system_info; local
2502 GetSystemInfo(&system_info);
2503 mparams.page_size = system_info.dwPageSize;
2504 mparams.granularity = system_info.dwAllocationGranularity;
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c414 system_info.dwAllocationGranularity in WIN32,
2511 SYSTEM_INFO system_info; local
2512 GetSystemInfo(&system_info);
2513 mparams.page_size = system_info.dwPageSize;
2514 mparams.granularity = system_info.dwAllocationGranularity;
/external/qemu/
H A Dexec.c244 SYSTEM_INFO system_info; local
246 GetSystemInfo(&system_info);
247 qemu_real_host_page_size = system_info.dwPageSize;

Completed in 789 milliseconds