HeapType         1196 Source/platform/heap/Heap.h         static_cast<typename HeapTrait<T>::HeapType*>(heap)->allocate(size, GCInfoTrait<T>::get());
HeapType         1218 Source/platform/heap/Heap.h     Address address = static_cast<typename HeapTrait<T>::HeapType*>(heap)->allocate(size, GCInfoTrait<T>::get());
HeapType         1239 Source/platform/heap/Heap.h         return HeapTrait<T>::HeapType::roundedAllocationSize(count * sizeof(T));