summaryrefslogtreecommitdiffstats
path: root/base/memory
Commit message (Expand)AuthorAgeFilesLines
* Minor perf and size optimization - don't do asserts in release buildjoth@chromium.org2011-11-041-0/+3
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-0/+4
* Remove an unused typedef in scoped_nsobject.hisherman@chromium.org2011-10-171-4/+0
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-0/+130
* Add trace code to track all posted tasks in message_loop and WorkerThreads (n...jbates@chromium.org2011-10-031-0/+3
* Upstream ProcessUtilTest, and make a few other files compile on Android.jingzhao@chromium.org2011-09-291-1/+1
* Remove the free_ member of scoped_ptr_malloc.evan@chromium.org2011-08-291-7/+3
* Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtrsievers@chromium.org2011-08-263-18/+220
* Revert 97808 - Make WeakPtr thread-safe, i.e. allow cross-thread copying of W...cbentzel@chromium.org2011-08-233-220/+18
* Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtrsievers@chromium.org2011-08-233-18/+220
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-173-104/+1
* Optimize phishing page term feature extraction.gcasto@chromium.org2011-08-092-2/+63
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-054-14/+14
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-223-14/+120
* Revert 93365 - it broke on Chrome OSjoth@chromium.org2011-07-213-118/+12
* Added RefCountedString, as this is what many RefCountedMemory users seem to wantjoth@chromium.org2011-07-213-12/+118
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Add a warning to the top of base/memory/singleton.hscherkus@chromium.org2011-06-211-0/+14
* Avoiding duplication of singular iteratortzik@chromium.org2011-06-211-1/+1
* Add missing test to WeakPtrcpu@chromium.org2011-05-241-0/+14
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-196-383/+0
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Moved mru_cache from content/common to base/memory.agayev@chromium.org2011-04-272-0/+516
* Delete a few unused functions.thakis@chromium.org2011-04-251-3/+0
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-1/+1
* Fix base::internal::WeakReference::Flag to be RefCountedThreadSafe.willchan@chromium.org2011-04-112-24/+23
* Revert 81142 - Fix base::internal::WeakReference::Flag to be RefCountedThread...erg@google.com2011-04-112-23/+24
* Fix base::internal::WeakReference::Flag to be RefCountedThreadSafe.willchan@chromium.org2011-04-112-24/+23
* Base: Last set of files to use BASE_API (for base.dll)rvargas@google.com2011-03-282-4/+7
* When looking at this bug, I found at least the following issues:scr@chromium.org2011-03-282-0/+162
* Move some files from base to base/memory.levin@chromium.org2011-03-2829-0/+3557