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

/external/chromium_org/sandbox/win/src/
H A Dinterception.cc31 const size_t kAllocGranularity = 65536; member in namespace:__anon10605
36 CHECK_LE(size, kAllocGranularity);
41 offset &= (kAllocGranularity - 1);
42 } while (offset > (kAllocGranularity - size));
388 ::VirtualAllocEx(child, NULL, kAllocGranularity,

Completed in 51 milliseconds