Home
last modified time | relevance | path

Searched refs:fastMalloc (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DFastMalloc.cpp46 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
DFastMalloc.h32 WTF_EXPORT void* fastMalloc(size_t);
42 using WTF::fastMalloc;
DFastAllocBase.h61 return ::WTF::fastMalloc(size); \
71 return ::WTF::fastMalloc(size); \
DTerminatedArray.h78 return adoptPtr(static_cast<TerminatedArray*>(fastMalloc(capacity * sizeof(T)))); in create()
DDefaultAllocator.h88 return reinterpret_cast<Return>(fastMalloc(size)); in malloc()
DListHashSet.h293 return static_cast<Node*>(fastMalloc(sizeof(NodeBase))); in allocateNode()
/external/chromium_org/tools/deep_memory_profiler/tests/output/
Dbuckets2 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…
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSelectorList.cpp43 m_selectorArray = reinterpret_cast<CSSSelector*>(fastMalloc(sizeof(CSSSelector) * otherLength)); in CSSSelectorList()
64 … m_selectorArray = reinterpret_cast<CSSSelector*>(fastMalloc(sizeof(CSSSelector) * flattenedSize)); in adoptSelectorVector()
DStylePropertySet.cpp54 void* slot = WTF::fastMalloc(sizeForImmutableStylePropertySetWithPropertyCount(count)); in create()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.cpp170 void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(attributes.size())); in createWithAttributes()
210 …void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(m_attributeVector.size(… in makeShareableCopy()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImplCF.cpp64 StringImpl** header = static_cast<StringImpl**>(fastMalloc(sizeof(StringImpl*) + size)); in allocate()
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioArray.h83 T* allocation = static_cast<T*>(fastMalloc(initialSize + extraAllocationBytes)); in allocate()
/external/chromium_org/third_party/WebKit/Source/platform/
DPODArena.h67 virtual void* allocate(size_t size) OVERRIDE { return fastMalloc(size); } in allocate()
DSharedBuffer.cpp57 return static_cast<char*>(fastMalloc(segmentSize)); in allocateSegment()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphPage.h76 void* slot = fastMalloc(sizeof(GlyphPage) + sizeof(SimpleFontData*) * GlyphPage::size); in createForMixedFontData()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzFaceSkia.cpp203 char* buffer = reinterpret_cast<char*>(fastMalloc(tableSize)); in harfBuzzSkiaGetTable()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DSimpleFontDataSkia.cpp84 uint8_t* vdmxTable = (uint8_t*) fastMalloc(vdmxSize); in platformInit()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXSLTProcessorLibxslt.cpp195 …const char** parameterArray = static_cast<const char**>(fastMalloc(((parameters.size() * 2) + 1) *… in xsltParamArrayFromParameterMap()
DXPathGrammar.y41 #define YYMALLOC fastMalloc
/external/valgrind/main/
Ddarwin9-drd.supp422 drd-WTF::fastMalloc
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSGrammar.y49 #define YYMALLOC fastMalloc
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
Dchrome.abcdef.nm875 0000000005f14bd0 t WTF::fastMalloc(unsigned long)<0000000005f14bd0>