Searched refs:MW_MEM_RELEASE (Results 1 – 3 of 3) sorted by relevance
79 static_assert(MW_MEM_RELEASE == MEM_RELEASE, "MW_MEM_RELEASE != MEM_RELEASE");
66 #define MW_MEM_RELEASE (MEM_RELEASE) macro222 #define MW_MEM_RELEASE (0x8000) macro
164 int res = VirtualFree(desc.stackMemory, 0, MW_MEM_RELEASE); in FreeStack()