nn::os::GetCodeRegionSize Function

Syntax

#include <nn/os.h>

size_t GetCodeRegionSize();

Parameters

None.

Return Values

Returns the size of the executable code region.

Description

Gets the size of the executable code region.

Gets the size in bytes of the memory region where the static module executable code is placed.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL