Home
last modified time | relevance | path

Searched refs:do_malloc (Results 1 – 5 of 5) sorted by relevance

/external/chromium/base/allocator/
Dallocator_shim.cc110 ptr = do_malloc(size); in malloc()
115 ptr = do_malloc(size); in malloc()
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp3470 static ALWAYS_INLINE void* do_malloc(size_t size) { in CreateCacheIfNecessary() function
3671 #define do_malloc do_malloc<crashOnFailure> in CreateCacheIfNecessary()
3694 void* result = do_malloc(size); in CreateCacheIfNecessary()
3701 void* result = do_malloc(size); in CreateCacheIfNecessary()
3762 void* result = do_malloc(totalBytes); in CreateCacheIfNecessary()
3770 void* result = do_malloc(totalBytes); in CreateCacheIfNecessary()
3819 void* result = do_malloc(new_size); in CreateCacheIfNecessary()
3865 void* new_ptr = do_malloc(new_size); in CreateCacheIfNecessary()
3893 #undef do_malloc in CreateCacheIfNecessary()
3900 void* p = do_malloc(size); in CreateCacheIfNecessary()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-14555 (WTF::do_malloc):
600 (WTF::do_malloc):
676 (WTF::do_malloc):
4272 (WTF::do_malloc):
4307 (WTF::do_malloc):
5035 Also fixed what seemed like a race condition in do_malloc.
5052 (WTF::do_malloc): Reverted WTF change only to call GetCache() if size <= kMaxSize.
11154 (WTF::do_malloc):
16719 (KXMLCore::do_malloc):
17116 (KXMLCore::do_malloc):
DChangeLog-2009-06-1619951 (WTF::TCMallocStats::do_malloc):
39940 (WTF::do_malloc): Made this a function template. When the abortOnFailure
DChangeLog-2008-08-1024438 (WTF::TCMallocStats::do_malloc):