Home
last modified time | relevance | path

Searched refs:AllocateTestMem (Results 1 – 3 of 3) sorted by relevance

/external/stressapptest/src/
Dos.h287 virtual bool AllocateTestMem(int64 length, uint64 paddr_base);
Dos.cc481 bool retval = AllocateTestMem(length, 0); in AllocateAllMem()
490 bool OsLayer::AllocateTestMem(int64 length, uint64 paddr_base) { in AllocateTestMem() function in OsLayer
Dsat.cc222 bool result = os_->AllocateTestMem(size_, paddr_base_); in AllocateMemory()