Searched defs:OwnFastMallocPtr (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DOwnFastMallocPtr.h29 template<class T> class OwnFastMallocPtr { class in namespace:WTF
30 WTF_MAKE_NONCOPYABLE(OwnFastMallocPtr);
32 explicit OwnFastMallocPtr(T* ptr) : m_ptr(ptr) function in class:WTF::OwnFastMallocPtr
36 ~OwnFastMallocPtr()
50 using WTF::OwnFastMallocPtr;

Completed in 73 milliseconds