Searched refs:kAllocatorTypeDlMalloc (Results 1 – 4 of 4) sorted by relevance
34 kAllocatorTypeDlMalloc, // Use dlmalloc (well-known C malloc) allocator. (*) enumerator
357 case kAllocatorTypeDlMalloc: { in TryToAllocate()
385 current_allocator_(kAllocatorTypeDlMalloc), in Heap()1525 allocator_type == kAllocatorTypeDlMalloc) { in ThrowOutOfMemoryError()2069 if (allocator == kAllocatorTypeRosAlloc || allocator == kAllocatorTypeDlMalloc) { in AllocateInternalWithGc()2336 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()2343 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()2876 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
134 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(DlMalloc, gc::kAllocatorTypeDlMalloc)207 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;220 case gc::kAllocatorTypeDlMalloc: { in ResetQuickAllocEntryPoints()