summaryrefslogtreecommitdiffstats
path: root/base/memory
Commit message (Expand)AuthorAgeFilesLines
* Move scoped_nsobject from base/memory to base/mac.thakis@chromium.org2013-06-202-228/+6
* MemoryPressureListener: fixes ref-counting.bulach@chromium.org2013-06-181-3/+20
* Fix wrong header guards found by clang's new Wheader-guard.thakis@chromium.org2013-06-171-1/+1
* Adds RefCountedDeleteOnMessageLoopdroger@chromium.org2013-06-141-0/+70
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/.dcheng@chromium.org2013-06-131-3/+1
* Adds MemoryPressureListener.bulach@chromium.org2013-06-123-0/+139
* Fix aligned_memory_unittest for x86-64 NaClhamaji@chromium.org2013-06-121-2/+14
* Fix leak in WeakPtrTest::NonOwnerThreadCanCopyAndAssignWeakPtr{,Base}akalin@chromium.org2013-06-101-12/+8
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-072-2/+2
* Annotate the intentional leak in weak_ptr_unittest.cc.earthdok@google.com2013-06-071-6/+13
* Make expressions like "if (weak_ptr)" workakalin@chromium.org2013-06-062-0/+23
* Remove WeakPtr<T>'s operator T*()akalin@chromium.org2013-06-061-1/+0
* Revert 204293 "Remove WeakPtr<T>'s operator T*()"kkania@chromium.org2013-06-051-0/+1
* Remove WeakPtr<T>'s operator T*()akalin@chromium.org2013-06-051-1/+0
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-1/+1
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-2/+2
* Fix leak in WeakPtr test introduced in r202038, and remove suppression.wez@chromium.org2013-06-011-2/+5
* Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-05-312-6/+5
* Cleanup: Remove ScopedGenericObj. Use scoped_ptr<type, CustomDeleter> instead.thestig@chromium.org2013-05-291-129/+0
* Remove all but one use of WeakPtrFactory::DetachFromThread. wez@chromium.org2013-05-293-40/+89
* Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..."erg@chromium.org2013-05-243-89/+40
* Remove all but one use of WeakPtrFactory::DetachFromThread.wez@chromium.org2013-05-243-40/+89
* Cleanup: Remove unneeded base/file_util.h includes in base.thestig@chromium.org2013-05-141-1/+0
* Limit the number of pending requests to the max number of file descriptors.simonjam@chromium.org2013-05-093-1/+17
* Overhaul comments on WeakPtr to emphasize WeakPtrFactory over SupportsWeakPtr.wez@chromium.org2013-04-251-88/+81
* base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-251-3/+1
* Remove scoped_array from Chromium.dcheng@chromium.org2013-04-172-218/+6
* Revert 194649 "Remove scoped_array from Chromium."dcheng@chromium.org2013-04-172-6/+218
* Remove scoped_array from Chromium.dcheng@chromium.org2013-04-172-218/+6
* Update scoped_array<T>::reset logic to match scoped_ptr.dcheng@chromium.org2013-04-051-8/+10
* Make scoped_array<T> more compatible with scoped_ptr<T[]>.dcheng@chromium.org2013-04-051-0/+12
* Move shared_memory into base/memory subdirectory.brettw@chromium.org2013-03-296-0/+1620
* Fix WeakPtr's generalized copy constructor to work on non-owner threadsakalin@chromium.org2013-03-022-5/+71
* Update scoped_ptr<T>::reset() to more closely match std::unique_ptr<T>.dcheng@chromium.org2013-03-011-19/+22
* Revert 184179dcheng@chromium.org2013-02-231-22/+19
* Update scoped_ptr<T>::reset() to more closely match std::unique_ptr<T>.dcheng@chromium.org2013-02-221-19/+22
* Break the debug build if a scoped_ptr self-reset is detected.dcheng@chromium.org2013-02-091-0/+3
* Fix scoped_ptr<T[]> to disallow construction and reset from NULL.dcheng@chromium.org2013-02-022-0/+28
* Adding upper limit to DiscardableMemoryAndroidqinmin@chromium.org2013-01-282-1/+57
* Add implementation for WebKit::WebDiscardableMemory and WebKitPlatformSupport...qinmin@chromium.org2013-01-251-3/+2
* Remove explicit cast in discardable_memory_mac.mark@chromium.org2013-01-241-4/+1
* Fix no-compile tests in base.dcheng@chromium.org2013-01-232-5/+5
* Implement DiscardableMemory for Mac/iOS.avi@chromium.org2013-01-235-52/+258
* Follow up change to fix some leftovers in DiscardableMemoryqinmin@chromium.org2013-01-233-9/+12
* Equality on scoped_ptr can be done with const pointers.qsr@chromium.org2013-01-221-2/+2
* Add base::DiscardableMemory class and implementation for androidqinmin@chromium.org2013-01-223-0/+250
* mac: Remove OwnershipPolicy parameter to scoped_nsobject.thakis@chromium.org2013-01-162-36/+13
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-1/+1
* Avoid sending notifications when the bitmap data in the history backend is re...pkotwicz@chromium.org2013-01-143-0/+36