Searched refs:HeapAllocator (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dtrace_collections.h17 Vector<Member<HeapObject>, 0, HeapAllocator> m_wtfVector;
20 Deque<Member<HeapObject>, 0, HeapAllocator> m_wtfDeque;
23 HashSet<Member<HeapObject>, void, HeapAllocator> m_wtfSet;
26 ListHashSet<Member<HeapObject>, void, HeapAllocator> m_wtfListSet;
29 LinkedHashSet<Member<HeapObject>, void, HeapAllocator> m_wtfLinkedSet;
32 HashCountedSet<Member<HeapObject>, void, HeapAllocator> m_wtfCountedSet;
36 HashMap<int, Member<HeapObject>, void, void, void, HeapAllocator>
38 HashMap<Member<HeapObject>, int, void, void, void, HeapAllocator>
/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h176 class HeapAllocator { class in namespace:blink
182 class HeapVector : public Vector<T, inlineCapacity, HeapAllocator> { };
185 class HeapDeque : public Vector<T, inlineCapacity, HeapAllocator> { };
188 class HeapHashSet : public HashSet<T, void, void, HeapAllocator> { };
191 class HeapListHashSet : public ListHashSet<T, void, void, HeapAllocator> { };
194 class HeapLinkedHashSet : public LinkedHashSet<T, void, void, HeapAllocator> {
198 class HeapHashCountedSet : public HashCountedSet<T, void, void, HeapAllocator> {
202 class HeapHashMap : public HashMap<K, V, void, void, void, HeapAllocator> { };
205 class PersistentHeapVector : public Vector<T, 0, HeapAllocator> { };
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1542 class HeapAllocator {
1687 // This inherits from the static-only HeapAllocator trait class, but we do
1691 struct HeapListHashSetAllocator : public HeapAllocator {
1692 typedef HeapAllocator TableAllocator;
1730 // using HeapVector = Vector<T, inlineCapacity, HeapAllocator>;
1740 class HeapHashMap : public HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg, HeapAllocator> { };
1746 class HeapHashSet : public HashSet<ValueArg, HashArg, TraitsArg, HeapAllocator> { };
1752 class HeapLinkedHashSet : public LinkedHashSet<ValueArg, HashArg, TraitsArg, HeapAllocator> { };
1764 class HeapHashCountedSet : public HashCountedSet<Value, HashFunctions, Traits, HeapAllocator> { };
1767 class HeapVector : public Vector<T, inlineCapacity, HeapAllocator> {
[all...]
H A DHeap.cpp2690 void HeapAllocator::backingFree(void* address)
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h337 /** Use the standard HeapAllocator to create the pixelref that manages the
368 If allocator is NULL, the standard HeapAllocator will be used.
598 * bitmap. If this is null, the standard HeapAllocator
674 bitmap. If this is null, the standard HeapAllocator
705 class HeapAllocator : public Allocator { class in class:SkBitmap
/external/skia/include/core/
H A DSkBitmap.h385 /** Use the standard HeapAllocator to create the pixelref that manages the
412 If allocator is NULL, the standard HeapAllocator will be used.
635 * bitmap. If this is null, the standard HeapAllocator
689 bitmap. If this is null, the standard HeapAllocator
720 class HeapAllocator : public Allocator { class in class:SkBitmap
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp270 HeapAllocator stdalloc;
412 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst,
/external/skia/src/core/
H A DSkBitmap.cpp359 HeapAllocator stdalloc;
472 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst,

Completed in 2892 milliseconds