Home
last modified time | relevance | path

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

/external/chromium/base/allocator/
Dallocator_shim.cc123 ptr = do_malloc(size); in malloc()
128 ptr = do_malloc(size); in malloc()
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp3604 static ALWAYS_INLINE void* do_malloc(size_t size) { in CreateCacheIfNecessary() function
3805 #define do_malloc do_malloc<crashOnFailure> in CreateCacheIfNecessary()
3828 void* result = do_malloc(size); in CreateCacheIfNecessary()
3835 void* result = do_malloc(size); in CreateCacheIfNecessary()
3896 void* result = do_malloc(totalBytes); in CreateCacheIfNecessary()
3904 void* result = do_malloc(totalBytes); in CreateCacheIfNecessary()
3953 void* result = do_malloc(new_size); in CreateCacheIfNecessary()
3999 void* new_ptr = do_malloc(new_size); in CreateCacheIfNecessary()
4027 #undef do_malloc in CreateCacheIfNecessary()
4034 void* p = do_malloc(size); in CreateCacheIfNecessary()
/external/webkit/Source/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):