OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WINHEAP
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/allocator/
allocator_shim.cc
35
WINHEAP
, // Windows Heap (standard Windows allocator).
44
static Allocator allocator =
WINHEAP
;
117
case
WINHEAP
:
145
case
WINHEAP
:
169
case
WINHEAP
:
201
case
WINHEAP
:
217
case
WINHEAP
:
237
else if (!stricmp(environment_value, "
winheap
"))
238
allocator =
WINHEAP
;
248
case
WINHEAP
[
all
...]
/external/chromium_org/base/allocator/
allocator_shim.cc
37
WINHEAP
, // Windows Heap (standard Windows allocator).
47
// The Windows implementation of Asan requires the use of "
WINHEAP
".
48
static Allocator allocator =
WINHEAP
;
124
case
WINHEAP
:
147
case
WINHEAP
:
170
case
WINHEAP
:
197
case
WINHEAP
:
213
case
WINHEAP
:
230
case
WINHEAP
:
259
// Windows, as the implementation requires
Winheap
to be the allocator
[
all
...]
Completed in 50 milliseconds