rt.sections_osx_x86

Written in the D programming language. This module provides OS X x86 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.

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

Suggestion Box / Bug Report