Searched refs:kAllocatorTypeDlMalloc (Results 1 – 5 of 5) sorted by relevance
28 kAllocatorTypeDlMalloc, // Use dlmalloc allocator, has entrypoints. enumerator
224 case kAllocatorTypeDlMalloc: { in TryToAllocate()
183 current_allocator_(kAllocatorTypeDlMalloc), in Heap()945 allocator_type == kAllocatorTypeDlMalloc) { in ThrowOutOfMemoryError()1368 case kAllocatorTypeDlMalloc: { in AllocateInternalWithGc()1824 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()1831 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()2209 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
108 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(DlMalloc, gc::kAllocatorTypeDlMalloc)165 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;178 case gc::kAllocatorTypeDlMalloc: { in ResetQuickAllocEntryPoints()
24 gc::kUseRosAlloc ? gc::kAllocatorTypeRosAlloc : gc::kAllocatorTypeDlMalloc;