Searched refs:MW_MEM_COMMIT (Results 1 – 3 of 3) sorted by relevance
76 static_assert(MW_MEM_COMMIT == MEM_COMMIT, "MW_MEM_COMMIT != MEM_COMMIT");
63 #define MW_MEM_COMMIT (MEM_COMMIT) macro219 #define MW_MEM_COMMIT (0x1000) macro
117 …desc.stackMemory = (char*)VirtualAlloc(NULL, desc.stackMemoryBytesCount, MW_MEM_COMMIT, MW_PAGE_RE… in AllocStack()