Searched refs:SetAddressAndSize (Results 1 – 4 of 4) sorted by relevance
104 pBlock->SetAddressAndSize(allocatedAddress, size); in Allocate()116 pBlock->SetAddressAndSize(NULL, 0); in Free()126 pTo->SetAddressAndSize(pFrom->GetAddress(), pFrom->GetSize()); in Switch()129 pFrom->SetAddressAndSize(NULL, 0); in Switch()
68 SetAddressAndSize(reinterpret_cast<uptr>(p), size); in TryInitialize()148 SetAddressAndSize(0, 0); in Unmap()
152 SetAddressAndSize(0, 0); in Unmap()
65 void SetAddressAndSize(uptr addr, size_t size) in SetAddressAndSize() function