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

/external/v8/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h219 class HeapAllocator { class in namespace:blink
225 class HeapVector : public Vector<T, inlineCapacity, HeapAllocator> { };
228 class HeapDeque : public Vector<T, inlineCapacity, HeapAllocator> { };
231 class HeapHashSet : public HashSet<T, void, void, HeapAllocator> { };
234 class HeapListHashSet : public ListHashSet<T, void, void, HeapAllocator> { };
237 class HeapLinkedHashSet : public LinkedHashSet<T, void, void, HeapAllocator> {
241 class HeapHashCountedSet : public HashCountedSet<T, void, void, HeapAllocator> {
245 class HeapHashMap : public HashMap<K, V, void, void, void, HeapAllocator> { };
248 class PersistentHeapVector : public Vector<T, 0, HeapAllocator> { };
/external/skia/include/core/
H A DSkBitmap.h361 /** Use the standard HeapAllocator to create the pixelref that manages the
392 If allocator is NULL, the standard HeapAllocator will be used.
618 * bitmap. If this is null, the standard HeapAllocator
711 bitmap. If this is null, the standard HeapAllocator
751 class HeapAllocator : public Allocator { class in class:SkBitmap

Completed in 117 milliseconds