OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUseRosAlloc
(Results
1 - 3
of
3
) sorted by null
/art/runtime/entrypoints/portable/
portable_alloc_entrypoints.cc
24
gc::
kUseRosAlloc
? gc::kAllocatorTypeRosAlloc : gc::kAllocatorTypeDlMalloc;
/art/runtime/gc/
heap.cc
350
const char* name =
kUseRosAlloc
? kRosAllocSpaceName[1] : kDlMallocSpaceName[1];
471
if (
kUseRosAlloc
) {
510
const char* name =
kUseRosAlloc
? kRosAllocSpaceName[0] : kDlMallocSpaceName[0];
[
all
...]
heap.h
114
static constexpr bool
kUseRosAlloc
= true;
544
if (
kUseRosAlloc
) {
[
all
...]
Completed in 45 milliseconds