Home
last modified time | relevance | path

Searched defs:TryMallocReturnValue (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.h39 struct TryMallocReturnValue { struct
40 TryMallocReturnValue(void* data) in TryMallocReturnValue() function
44 TryMallocReturnValue(const TryMallocReturnValue& source) in TryMallocReturnValue() argument
49 ~TryMallocReturnValue() { ASSERT(!m_data); } in ~TryMallocReturnValue() argument
61 template <typename T> bool TryMallocReturnValue::getValue(T& data) in getValue() argument