Searched refs:kAllocatorTypeDlMalloc (Results 1 – 4 of 4) sorted by relevance
32 kAllocatorTypeDlMalloc, // Use dlmalloc (well-known C malloc) allocator. (*) enumerator
307 case kAllocatorTypeDlMalloc: { in TryToAllocate()
270 current_allocator_(kAllocatorTypeDlMalloc), in Heap()1376 allocator_type == kAllocatorTypeDlMalloc) { in ThrowOutOfMemoryError()1816 case kAllocatorTypeDlMalloc: { in AllocateInternalWithGc()2307 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()2314 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()2781 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
132 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(DlMalloc, gc::kAllocatorTypeDlMalloc)205 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;218 case gc::kAllocatorTypeDlMalloc: { in ResetQuickAllocEntryPoints()