servo/python/tidy/servo_tidy
Simon Sapin 959ce482dd Stop relying on linking details of std’s default allocator
We’ve been bitten before by symbol names changing:
https://github.com/servo/heapsize/pull/46
and upstream is planning to stop using jemalloc by default:
https://github.com/rust-lang/rust/issues/33082#issuecomment-309781465

So use the (relatively) new `#[global_allocator]` attribute
to explicitly select the system allocator on Windows
and jemalloc (now in an external crate) on other platforms.
This choice matches current defaults.
2017-10-19 09:52:50 +02:00
..
__init__.py Create a Python package of Tidy 2016-04-13 16:07:04 -07:00
licenseck.py Upgrade to the latest version of WebRender 2017-07-13 07:44:08 +10:00
tidy.py Stop relying on linking details of std’s default allocator 2017-10-19 09:52:50 +02:00