Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_Default.cpp54 … nnosStackMemoryBlock* pBlockOnStack = reinterpret_cast<nnosStackMemoryBlock*>(stackBottom); in Construct() local
56 nnosStackMemoryBlockInitialize(pBlockOnStack); in Construct()
58 reinterpret_cast<nn::os::StackMemoryBlock*>(pBlockOnStack), in Construct()
83 … nnosStackMemoryBlock* pBlockOnStack = reinterpret_cast<nnosStackMemoryBlock*>(pStackBottom); in FreeStack() local
84 nnosStackMemoryBlockFree(pBlockOnStack); in FreeStack()