rt.sections_osx_x86_64

Written in the D programming language. This module provides OS X x86-64 specific support for sections.

Members

Functions

finiSections
void finiSections()

Gets called on program shutdown just after GC is terminated.

initSections
void initSections()

Gets called on program startup just before GC is initialized.

Static variables

_isRuntimeInitialized
bool _isRuntimeInitialized;

Boolean flag set to true while the runtime is initialized.

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Authors

Walter Bright, Sean Kelly, Martin Nowak, Jacob Carlborg