Searched refs:DataOnStack (Results 1 – 3 of 3) sorted by relevance
27 struct DataOnStack struct41 stackBottom = math::RoundDown(stackBottom - sizeof(DataOnStack), 8); in Construct()42 DataOnStack* const pStackBottom = reinterpret_cast<DataOnStack*>(stackBottom); in Construct()51 DataOnStack& dos = *reinterpret_cast<DataOnStack*>(pStackBottom); in FreeStack()
27 struct DataOnStack struct46 stackBottom -= math::RoundUp(sizeof(DataOnStack), 8); in Construct()47 DataOnStack* const pStackBottom = reinterpret_cast<DataOnStack*>(stackBottom); in Construct()58 DataOnStack& dos = *reinterpret_cast<DataOnStack*>(pStackBottom); in FreeStack()
27 struct DataOnStack struct