fastMalloc 92 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp float* data = static_cast<float*>(fastMalloc(len * sizeof(float))); fastMalloc 115 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp int* data = static_cast<int*>(fastMalloc(len * sizeof(int))); fastMalloc 49 Source/core/css/CSSGrammar.y #define YYMALLOC fastMalloc fastMalloc 43 Source/core/css/CSSSelectorList.cpp m_selectorArray = reinterpret_cast<CSSSelector*>(fastMalloc(sizeof(CSSSelector) * otherLength)); fastMalloc 64 Source/core/css/CSSSelectorList.cpp m_selectorArray = reinterpret_cast<CSSSelector*>(fastMalloc(sizeof(CSSSelector) * flattenedSize)); fastMalloc 56 Source/core/css/StylePropertySet.cpp void* slot = WTF::fastMalloc(sizeForImmutableStylePropertySetWithPropertyCount(count)); fastMalloc 178 Source/core/dom/ElementData.cpp void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(attributes.size())); fastMalloc 214 Source/core/dom/ElementData.cpp void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(m_attributeVector.size())); fastMalloc 41 Source/core/xml/XPathGrammar.y #define YYMALLOC fastMalloc fastMalloc 196 Source/core/xml/XSLTProcessorLibxslt.cpp const char** parameterArray = (const char**)fastMalloc(((parameters.size() * 2) + 1) * sizeof(char*)); fastMalloc 67 Source/platform/PODArena.h virtual void* allocate(size_t size) OVERRIDE { return fastMalloc(size); } fastMalloc 59 Source/platform/SharedBuffer.cpp return static_cast<char*>(fastMalloc(segmentSize)); fastMalloc 83 Source/platform/audio/AudioArray.h T* allocation = static_cast<T*>(fastMalloc(initialSize + extraAllocationBytes)); fastMalloc 75 Source/platform/fonts/GlyphPage.h void* slot = fastMalloc(sizeof(GlyphPage) + sizeof(SimpleFontData*) * GlyphPage::size); fastMalloc 200 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp char* buffer = reinterpret_cast<char*>(fastMalloc(tableSize)); fastMalloc 82 Source/platform/fonts/skia/SimpleFontDataSkia.cpp uint8_t* vdmxTable = (uint8_t*) fastMalloc(vdmxSize); fastMalloc 88 Source/wtf/DefaultAllocator.h return reinterpret_cast<Return>(fastMalloc(size)); fastMalloc 61 Source/wtf/FastAllocBase.h return ::WTF::fastMalloc(size); \ fastMalloc 71 Source/wtf/FastAllocBase.h return ::WTF::fastMalloc(size); \ fastMalloc 40 Source/wtf/FastMalloc.cpp void* result = fastMalloc(n); fastMalloc 48 Source/wtf/FastMalloc.cpp char* dup = static_cast<char*>(fastMalloc(len)); fastMalloc 33 Source/wtf/FastMalloc.h WTF_EXPORT void* fastMalloc(size_t); fastMalloc 52 Source/wtf/FastMalloc.h using WTF::fastMalloc; fastMalloc 198 Source/wtf/ListHashSet.h return static_cast<Node*>(fastMalloc(sizeof(Node))); fastMalloc 78 Source/wtf/TerminatedArray.h return adoptPtr(static_cast<TerminatedArray*>(fastMalloc(capacity * sizeof(T)))); fastMalloc 64 Source/wtf/text/StringImplCF.cpp StringImpl** header = static_cast<StringImpl**>(fastMalloc(sizeof(StringImpl*) + size));