Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp155 MEMORY_BASIC_INFORMATION memInfo; in CreateBuffer() local
156 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()