Searched refs:AllocateTestMem (Results 1 – 3 of 3) sorted by relevance
184 virtual bool AllocateTestMem(int64 length, uint64 paddr_base);
403 bool retval = AllocateTestMem(length, 0); in AllocateAllMem()412 bool OsLayer::AllocateTestMem(int64 length, uint64 paddr_base) { in AllocateTestMem() function in OsLayer
202 bool result = os_->AllocateTestMem(size_, paddr_base_); in AllocateMemory()