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

/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc713 static size_t allocate_alignment = 0; local
714 if (allocate_alignment == 0) {
717 allocate_alignment = info.dwAllocationGranularity;
719 return allocate_alignment;

Completed in 342 milliseconds