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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 199 // HeapTypeTrait defines which heap to use for particular types.
202 struct HeapTypeTrait : public HeapIndexTrait<GeneralHeap> { };
210 struct HeapTypeTrait<class Type> : public HeapIndexTrait<Type##Heap> { };
545 // HeapTypeTrait<Type>::index.
Heap.h     [all...]

Completed in 139 milliseconds