HomeSort by relevance Sort by last modified time
    Searched full:allocate_alignment (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
platform-win32.cc 824 static size_t allocate_alignment = 0; local
825 if (allocate_alignment == 0) {
828 allocate_alignment = info.dwAllocationGranularity;
830 return allocate_alignment;
    [all...]
  /external/v8/src/
platform-win32.cc 868 static size_t allocate_alignment = 0; local
869 if (allocate_alignment == 0) {
872 allocate_alignment = info.dwAllocationGranularity;
874 return allocate_alignment;
    [all...]

Completed in 272 milliseconds