Searched refs:fastMalloc (Results 1 – 22 of 22) sorted by relevance
46 void* result = fastMalloc(n); in fastZeroedMalloc()54 char* dup = static_cast<char*>(fastMalloc(len)); in fastStrDup()64 void* fastMalloc(size_t n) in fastMalloc() function
32 WTF_EXPORT void* fastMalloc(size_t);42 using WTF::fastMalloc;
61 return ::WTF::fastMalloc(size); \71 return ::WTF::fastMalloc(size); \
78 return adoptPtr(static_cast<TerminatedArray*>(fastMalloc(capacity * sizeof(T)))); in create()
88 return reinterpret_cast<Return>(fastMalloc(size)); in malloc()
293 return static_cast<Node*>(fastMalloc(sizeof(NodeBase))); in allocateNode()
2 2: malloc t0x00007f630ff7e718 nN7WebCore8RuleDataE WTF::fastMalloc(@?) WTF::Vector::shrinkCapacity(…3 3: malloc t0x00007f630feeb3a0 nN7WebCore17CSSPrimitiveValueE WTF::fastMalloc(@?) WTF::RefCounted::o…4 …eNewHookSlow(@?) MallocHook::InvokeNewHook(@?) tc_new_nothrow(@?) WTF::fastMalloc(@?) WTF::HashTab…6 6: malloc tno_typeinfo nno_typeinfo WTF::fastMalloc(@?) WTF::fastZeroedMalloc(@?) WTF::HashTable::a…
43 m_selectorArray = reinterpret_cast<CSSSelector*>(fastMalloc(sizeof(CSSSelector) * otherLength)); in CSSSelectorList()64 … m_selectorArray = reinterpret_cast<CSSSelector*>(fastMalloc(sizeof(CSSSelector) * flattenedSize)); in adoptSelectorVector()
54 void* slot = WTF::fastMalloc(sizeForImmutableStylePropertySetWithPropertyCount(count)); in create()
170 void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(attributes.size())); in createWithAttributes()210 …void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(m_attributeVector.size(… in makeShareableCopy()
64 StringImpl** header = static_cast<StringImpl**>(fastMalloc(sizeof(StringImpl*) + size)); in allocate()
83 T* allocation = static_cast<T*>(fastMalloc(initialSize + extraAllocationBytes)); in allocate()
67 virtual void* allocate(size_t size) OVERRIDE { return fastMalloc(size); } in allocate()
57 return static_cast<char*>(fastMalloc(segmentSize)); in allocateSegment()
76 void* slot = fastMalloc(sizeof(GlyphPage) + sizeof(SimpleFontData*) * GlyphPage::size); in createForMixedFontData()
203 char* buffer = reinterpret_cast<char*>(fastMalloc(tableSize)); in harfBuzzSkiaGetTable()
84 uint8_t* vdmxTable = (uint8_t*) fastMalloc(vdmxSize); in platformInit()
195 …const char** parameterArray = static_cast<const char**>(fastMalloc(((parameters.size() * 2) + 1) *… in xsltParamArrayFromParameterMap()
41 #define YYMALLOC fastMalloc
422 drd-WTF::fastMalloc
49 #define YYMALLOC fastMalloc
875 0000000005f14bd0 t WTF::fastMalloc(unsigned long)<0000000005f14bd0>