Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: third_party/android_debug_dlmalloc/chromium/README.txt

Issue 16514009: Add dlmalloc from Bionic to the Chromium tree (DO NOT REVIEW). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/android_debug_dlmalloc/chromium/README.txt
diff --git a/third_party/android_debug_dlmalloc/chromium/README.txt b/third_party/android_debug_dlmalloc/chromium/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..485704bb6942cf4afd26056d3c559c57d658b5f7
--- /dev/null
+++ b/third_party/android_debug_dlmalloc/chromium/README.txt
@@ -0,0 +1,10 @@
+This directory contains malloc/free routines implemented by Doug Lea
+(aka dlmalloc). You should not edit these files directly. Make fixes
+upstream and then pull down the new version of the file.
+
+This code is imported from: ftp://g.oswego.edu/pub/misc/
+It is currently version 2.8.6.
+
+Currently there are very minor modifications that are signified with:
+BEGIN android-changed: change description
+END android-changed
« no previous file with comments | « third_party/android_debug_dlmalloc/README.chromium ('k') | third_party/android_debug_dlmalloc/chromium/dlmalloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698