Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMicroWindows.cpp79 static_assert(MW_MEM_RELEASE == MEM_RELEASE, "MW_MEM_RELEASE != MEM_RELEASE");
H A DMicroWindows.h66 #define MW_MEM_RELEASE (MEM_RELEASE) macro
222 #define MW_MEM_RELEASE (0x8000) macro
/TaskScheduler/Scheduler/Source/
H A DMTDefaultAppInterop.cpp164 int res = VirtualFree(desc.stackMemory, 0, MW_MEM_RELEASE); in FreeStack()