June 14, 2016
6:29 a.m.
Marcus Meissner <marcus(a)jet.franken.de> wrote:
+SIZE_T WINAPI GetLargePageMinimum(void) +{ +#ifdef linux +#ifdef __i386__ + /* Linux x86 hugepages are 2 MB */ + return 2*1024*1024; +#endif +#endif + FIXME("stub: not implemented on your platform/architecture.\n"); + return 0; +}
What's the reason of making it linux only and excluding x86_64? -- Dmitry.