Searched refs:fastZeroedMalloc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFastMalloc.h31 WTF_EXPORT void* fastZeroedMalloc(size_t);
65 using WTF::fastZeroedMalloc;
H A DThreadSpecific.h258 ptr = static_cast<T*>(fastZeroedMalloc(sizeof(T)));
H A DHashTable.h863 return static_cast<ValueType*>(fastZeroedMalloc(size * sizeof(ValueType)));
H A DFastMalloc.cpp189 void* fastZeroedMalloc(size_t n) function in namespace:WTF

Completed in 285 milliseconds