The wiki has examples about malloc() and new. Does the runtime library store platform-specific functions for working with the operating system, with its functions that work with the hardware?
The runtime library stores standard programming language functions. And malloc/new too.
PS Internal functions are also stored for servicing the entry point (int main).