Searched refs:WTF_USE_ALLOCATOR (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDefaultAllocator.h173 #define WTF_USE_ALLOCATOR(ClassName, Allocator) \ macro
H A DHashCountedSet.h38 WTF_USE_ALLOCATOR(HashCountedSet, Allocator);
H A DHashSet.h38 WTF_USE_ALLOCATOR(HashSet, Allocator);
H A DDeque.h47 WTF_USE_ALLOCATOR(Deque, Allocator);
H A DHashMap.h53 WTF_USE_ALLOCATOR(HashMap, Allocator);
H A DLinkedHashSet.h141 WTF_USE_ALLOCATOR(LinkedHashSet, Allocator);
H A DListHashSet.h80 WTF_USE_ALLOCATOR(ListHashSet, Allocator);
H A DVector.h549 WTF_USE_ALLOCATOR(Vector, Allocator);
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h654 WTF_USE_ALLOCATOR(PersistentHeapCollectionBase, WTF::DefaultAllocator);

Completed in 168 milliseconds