Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
Source project has a limited visibility.
  • Jacob Lorentzon's avatar
    3701ea3b
    Conflict-proof #[global_allocator] symbols too. · 3701ea3b
    Jacob Lorentzon authored
    The #[global_allocator] used by relibc is only relibc's business.
    Symbols should therefore not leak if another applications for example
    wants to override the system allocator (and for bootstrap, which links
    to relibc but uses its own #[global_allocator] based on libc functions).
    Verified
    3701ea3b
    History
    Conflict-proof #[global_allocator] symbols too.
    Jacob Lorentzon authored
    The #[global_allocator] used by relibc is only relibc's business.
    Symbols should therefore not leak if another applications for example
    wants to override the system allocator (and for bootstrap, which links
    to relibc but uses its own #[global_allocator] based on libc functions).