Searched refs:SetAddressAndSize (Results 1 – 4 of 4) sorted by relevance
46 SetAddressAndSize(reinterpret_cast<uptr>(p), size); in Initialize()66 SetAddressAndSize(reinterpret_cast<uptr>(p), size); in TryInitialize()133 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()
140 SetAddressAndSize(0, 0); in Unmap()
65 void SetAddressAndSize(uptr addr, size_t size) in SetAddressAndSize() function