Searched refs:SetAddressAndSize (Results 1 – 4 of 4) sorted by relevance
45 SetAddressAndSize(reinterpret_cast<uptr>(p), size); in Initialize()65 SetAddressAndSize(reinterpret_cast<uptr>(p), size); in TryInitialize()132 SetAddressAndSize(0, 0); in Unmap()
103 pBlock->SetAddressAndSize(allocatedAddress, size); in Allocate()115 pBlock->SetAddressAndSize(NULL, 0); in Free()125 pTo->SetAddressAndSize(pFrom->GetAddress(), pFrom->GetSize()); in Switch()128 pFrom->SetAddressAndSize(NULL, 0); in Switch()
139 SetAddressAndSize(0, 0); in Unmap()
65 void SetAddressAndSize(uptr addr, size_t size) in SetAddressAndSize() function