Searched refs:fastFree (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFastMalloc.h37 WTF_EXPORT void fastFree(void*);
41 using WTF::fastFree;
H A DFastAllocBase.h32 // Provides customizable overrides of fastMalloc/fastFree and operator new/delete
66 ::WTF::fastFree(p); \
76 ::WTF::fastFree(p); \
H A DFastMalloc.cpp77 void fastFree(void* p) function in namespace:WTF
H A DTerminatedArray.h67 void operator delete(void* p) { ::WTF::fastFree(p); }
H A DDefaultAllocator.h93 fastFree(address);
H A DThreadSpecific.h236 fastFree(data->value);
H A DListHashSet.h325 fastFree(node);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioArray.h49 fastFree(m_allocation);
70 fastFree(m_allocation);
96 fastFree(allocation);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImplCF.cpp84 fastFree(header);
92 fastFree(header);
98 fastFree(header);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelectorList.cpp72 fastFree(currentSelector);
108 fastFree(m_selectorArray);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTProcessorLibxslt.cpp215 fastFree(const_cast<char*>(*(temp++)));
216 fastFree(const_cast<char*>(*(temp++)));
218 fastFree(params);
H A DXPathGrammar.y42 #define YYFREE fastFree
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFaceSkia.cpp208 fastFree(buffer);
212 return hb_blob_create(const_cast<char*>(buffer), tableSize, HB_MEMORY_MODE_WRITABLE, buffer, fastFree);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODArena.h59 // fastFree to allocate chunks of storage.
68 virtual void free(void* ptr) OVERRIDE { fastFree(ptr); }
H A DSharedBuffer.cpp62 fastFree(p);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DSimpleFontDataSkia.cpp89 fastFree(vdmxTable);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp371 fastFree(src);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSGrammar.y50 #define YYFREE fastFree

Completed in 826 milliseconds