Searched refs:memInfo (Results 1 – 1 of 1) sorted by relevance
155 MEMORY_BASIC_INFORMATION memInfo; in CreateBuffer() local156 if (VirtualQuery(newAddr, &memInfo, sizeof(memInfo)) != sizeof(memInfo)) in CreateBuffer()161 …newAddr = Addrint2Ptr( (Ptr2Addrint(memInfo.BaseAddress) + memInfo.RegionSize + m_allocSize) & ~(U… in CreateBuffer()168 if (VirtualQuery(newAddr, &memInfo, sizeof(memInfo)) != sizeof(memInfo)) in CreateBuffer()171 if (memInfo.State == MEM_FREE && memInfo.RegionSize >= m_allocSize) in CreateBuffer()