Refactor a SocketStream unittest.
[chromium-blink-merge.git] / third_party / jemalloc / README.chromium
blob7f3865be4a0d3df20167b0d30adbcdafdda5b078
1 Name: jemalloc
2 Short Name: jemalloc
3 URL: http://hg.mozilla.org/mozilla-central/src/memory
4 Version: 31465:63c44f8d16ac
5 License: BSD
6 License File: LICENSE
7 Security Critical: yes
9 Description:
10 This contains Chromium's locally patched copy of Jason Evans' jemalloc package.
12 License terms are contained in the source files themselves.
14 Contents:
16     README.chromium
18         This file you're looking at right now.
20     chromium/
22         The chromium patched sources, copied from the vendor/
23         subdirectory and containing our local modifications.
25     vendor/
27         Vanilla sources from Mozilla's copy at:
29             http://hg.mozilla.org/mozilla-central/src/memory
31         The current revision is:
33             changeset:   31465:63c44f8d16ac
34             parent:      31462:70b3b23c948a
35             user:        Robert Sayre <sayrer@gmail.com>
36             date:        Thu Aug 06 11:16:20 2009 -0700
37             summary:     Backed out changeset 70b3b23c948a
39 HOWTOs:
41     Take a new version from upstream:
43         TODO(sgk)
45     Merge a new upstream version with our local patched copy:
47         TODO(sgk)