OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HEAP_ALLOCATE_SUPPORTED_FLAGS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_win.cpp
35
constexpr unsigned long
HEAP_ALLOCATE_SUPPORTED_FLAGS
= (HEAP_ZERO_MEMORY);
37
(~
HEAP_ALLOCATE_SUPPORTED_FLAGS
);
39
(~
HEAP_ALLOCATE_SUPPORTED_FLAGS
);
41
(~
HEAP_ALLOCATE_SUPPORTED_FLAGS
);
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_win.cpp
35
constexpr unsigned long
HEAP_ALLOCATE_SUPPORTED_FLAGS
= (HEAP_ZERO_MEMORY);
37
(~
HEAP_ALLOCATE_SUPPORTED_FLAGS
);
39
(~
HEAP_ALLOCATE_SUPPORTED_FLAGS
);
41
(~
HEAP_ALLOCATE_SUPPORTED_FLAGS
);
Completed in 31 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026