OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_allocator_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap.cc
183
current_allocator_
(kAllocatorTypeDlMalloc),
518
if (
current_allocator_
!= allocator) {
522
current_allocator_
= allocator;
524
SetQuickAllocEntryPointsAllocator(
current_allocator_
);
[
all
...]
heap.h
199
return
current_allocator_
;
980
AllocatorType
current_allocator_
;
member in class:art::gc::Heap
[
all
...]
Completed in 34 milliseconds