HomeSort by relevance Sort by last modified time
    Searched defs:HeapAllocator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 176 class HeapAllocator {
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/
SkBitmap.h 337 /** 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 {
    [all...]

Completed in 240 milliseconds