Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/ntdll/
H A DNtAllocateVirtualMemory.c124 PVOID OldUserBuffer, in ReAllocate() argument
130 OldDataSize = ((PSIZE_T)OldUserBuffer)[-1]; in ReAllocate()
134 ASSERT(((PSIZE_T)OldUserBuffer)[-1] == OldDataSize); in ReAllocate()
135 RtlCopyMemory(NewUserBuffer, OldUserBuffer, min(OldDataSize, NewDataSize)); in ReAllocate()
136 ASSERT(((PSIZE_T)OldUserBuffer)[-1] == OldDataSize); in ReAllocate()
137 Free(OldUserBuffer); in ReAllocate()