Searched defs:HeapAllocator (Results 1 - 3 of 3) sorted by relevance

/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/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

Completed in 125 milliseconds