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

  /external/v8/src/base/platform/
platform-win32.cc 706 static size_t allocate_alignment = 0; local
707 if (allocate_alignment == 0) {
710 allocate_alignment = info.dwAllocationGranularity;
712 return allocate_alignment;
    [all...]

Completed in 525 milliseconds