nw::ut::Signal1::GetMemorySizeForFixedSizedSignal Member Function

Syntax

static size_t GetMemorySizeForFixedSizedSignal(
     size_t maxSlots,
     size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT
);

Arguments

Name Description
in maxSlots The maximum number of slots that can be added.
alignment

Return Values

Description

Gets the memory size required to run CreateFixedSizedSignal().


CONFIDENTIAL