summaryrefslogtreecommitdiffstats
path: root/base/memory/ref_counted.h
Commit message (Expand)AuthorAgeFilesLines
* Make base::RefCountedBase methods inlinemikhail.pozdnyakov@intel.com2013-12-191-4/+43
* Revert of https://codereview.chromium.org/88993002/mikhail.pozdnyakov@intel.com2013-12-121-43/+4
* Make base::RefCountedBase methods inlinemikhail.pozdnyakov@intel.com2013-12-051-4/+43
* Add unit test for base::scoped_refptr boolean operations.mikhail.pozdnyakov@intel.com2013-10-211-0/+4
* Remove scoped_refptr::release which is confusing and causes leaks.piman@chromium.org2012-12-081-11/+0
* Make RefCountedData thread-safeakalin@chromium.org2012-11-141-4/+5
* Add WARN_UNUSED_RESULT to scoped_refptr::release.xiaomings@google.com2012-08-281-1/+2
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-071-4/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-06-261-4/+8
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-06-251-0/+4
* Add element_type in scoped_refptr.xhwang@chromium.org2012-06-191-0/+2
* Add assert() for scoped_refptr<T>::operator->()akalin@chromium.org2012-01-311-1/+6
* Fix scoped_refptr assignment operator in the case of having it as a member.mnaganov@chromium.org2012-01-051-3/+4
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-0/+299