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