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/v8/src/
platform-win32.cc
848
static size_t
allocate_alignment
= 0;
local
849
if (
allocate_alignment
== 0) {
852
allocate_alignment
= info.dwAllocationGranularity;
854
return
allocate_alignment
;
[
all
...]
Completed in 119 milliseconds