Home
last modified time | relevance | path

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

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