HomeSort by relevance Sort by last modified time
    Searched refs:kAllocatorTypeDlMalloc (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/
allocator_type.h 30 kAllocatorTypeDlMalloc, // Use dlmalloc allocator, has entrypoints.
heap-inl.h 287 case kAllocatorTypeDlMalloc: {
heap.cc 215 current_allocator_(kAllocatorTypeDlMalloc),
    [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 186 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(DlMalloc, gc::kAllocatorTypeDlMalloc)
259 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;
272 case gc::kAllocatorTypeDlMalloc: {

Completed in 980 milliseconds