OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocate_alignment
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/v8/src/base/platform/
platform-win32.cc
713
static size_t
allocate_alignment
= 0;
local
714
if (
allocate_alignment
== 0) {
717
allocate_alignment
= info.dwAllocationGranularity;
719
return
allocate_alignment
;
[
all
...]
Completed in 308 milliseconds