| /* ---------------------------------------------------------------------------- | |
| Copyright (c) 2018-2020, Microsoft Research, Daan Leijen | |
| This is free software; you can redistribute it and/or modify it under the | |
| terms of the MIT license. A copy of the license can be found in the file | |
| "LICENSE" at the root of this distribution. | |
| -----------------------------------------------------------------------------*/ | |
| // same remarks as os.c for the static's context. | |
| // For a static override we create a single object file | |
| // containing the whole library. If it is linked first | |
| // it will override all the standard library allocation | |
| // functions (on Unix's). | |