OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:win_heap_init
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/allocator/
win_allocator.cc
11
bool
win_heap_init
(bool use_lfh) {
function
allocator_shim.cc
249
return
win_heap_init
(false) ? 1 : 0;
251
return
win_heap_init
(true) ? 1 : 0;
/external/chromium_org/base/allocator/
win_allocator.cc
11
bool
win_heap_init
(bool use_lfh) {
function
allocator_shim.cc
278
return
win_heap_init
(false) ? 1 : 0;
280
return
win_heap_init
(true) ? 1 : 0;
Completed in 452 milliseconds