mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
* adds a hashglobe::alloc::realloc, as that was previously not implemented, copying and simplifying from liballoc_system. * routes malloc and realloc calls through hashglobe::alloc::, instead of doing it via direct 'extern "C"' calls.