commit | 76073c11040204d51dceb49cbd0b05be8e7fd0a2 | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Thu Dec 08 19:00:40 2016 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Dec 09 01:21:28 2016 +0000 |
tree | 97c2ab23b203daa83e169c76a2e8b0fcb9d7f233 | |
parent | 59ed482af72beec6812b28d833d8bdf80ba32df7 [diff] |
Add the ability to use different mallocs. gn gen --args='malloc="tcmalloc"' gn gen --args='malloc="jemalloc"' or if the library is in a non-standard directory gn gen --args='malloc="tcmalloc" extra_ldflags="-L<path-to-library>"' Change-Id: Icacd837d11392a1971f298ccddd69a5a6781f6cf Reviewed-on: https://skia-review.googlesource.com/5629 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>