Home
last modified time | relevance | path

Searched refs:IsMemoryBlockEnabled (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_MemoryBlock.cpp64 bool IsMemoryBlockEnabled() in IsMemoryBlockEnabled() function
73 NN_TASSERTMSG_(os::detail::IsMemoryBlockEnabled(), "InitializeMemoryBlock is not called.\n"); in Initialize()
75 if ( !os::detail::IsMemoryBlockEnabled() || GetAddress() != 0 ) in Initialize()
140 NN_TASSERT_(os::detail::IsMemoryBlockEnabled()); in nnosMemoryBlockAllocate()
Dos_StackMemoryBlock.cpp61 NN_TASSERTMSG_(os::detail::IsMemoryBlockEnabled(), "InitializeMemoryBlock is not called.\n"); in Initialize()
63 if ( !os::detail::IsMemoryBlockEnabled() || GetAddress() != 0 ) in Initialize()
103 NN_TASSERT_(os::detail::IsMemoryBlockEnabled()); in nnosStackMemoryBlockAllocate()
/CTR-SDK-4.2.5/include/nn/os/
Dos_MemoryBlock.h50 bool IsMemoryBlockEnabled();