Searched refs:fastCalloc (Results 1 – 14 of 14) sorted by relevance
/external/webkit/JavaScriptCore/wtf/wince/ |
D | MemoryManager.cpp | 116 void *fastCalloc(size_t n_elements, size_t element_size) { return calloc(n_elements, element_size);… in fastCalloc() function 123 void *fastCalloc(size_t n_elements, size_t element_size) { return MemoryManager::m_calloc(n_element… in fastCalloc() function 157 return fastCalloc(n_elements, element_size); in tryFastCalloc()
|
D | FastMallocWince.h | 35 void* fastCalloc(size_t n_elements, size_t element_size); 54 #define calloc(n_elements, element_size) fastCalloc(n_elements, element_size)
|
/external/webkit/JavaScriptCore/wtf/ |
D | FastMalloc.h | 33 void* fastCalloc(size_t numElements, size_t elementSize); 152 using WTF::fastCalloc;
|
D | FastMalloc.cpp | 262 void* fastCalloc(size_t n_elements, size_t element_size) in fastCalloc() function 419 #define calloc fastCalloc 3635 void* fastCalloc(size_t n, size_t elem_size) in CreateCacheIfNecessary()
|
/external/webkit/WebKit/win/WebKit.vcproj/ |
D | WebKit.def | 112 ?fastCalloc@WTF@@YAPAXII@Z
|
D | WebKit_debug.def | 112 ?fastCalloc@WTF@@YAPAXII@Z
|
D | WebKit_Cairo.def | 113 ?fastCalloc@WTF@@YAPAXII@Z
|
D | WebKit_Cairo_debug.def | 113 ?fastCalloc@WTF@@YAPAXII@Z
|
/external/webkit/WebCore/platform/image-decoders/jpeg/ |
D | JPEGImageDecoder.cpp | 115 src = (decoder_source_mgr*)fastCalloc(sizeof(decoder_source_mgr), 1); in JPEGImageReader()
|
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
D | JavaScriptCore_debug.def | 115 ?fastCalloc@WTF@@YAPAXII@Z
|
D | JavaScriptCore.def | 117 ?fastCalloc@WTF@@YAPAXII@Z
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 19947 (WTF::fastCalloc): 39936 (WTF::tryFastCalloc): Renamed fastCalloc() to this. 39937 (WTF::fastCalloc): Added. This version abort()s if allocation fails. 39946 (WTF::TCMallocStats::fastCalloc): Defined to abort() on failure.
|
D | ChangeLog-2007-10-14 | 4269 (WTF::fastCalloc): 4304 (WTF::fastCalloc):
|
D | ChangeLog-2008-08-10 | 26498 number of fastCalloc calls where one argument was 1.
|