HomeSort by relevance Sort by last modified time
    Searched refs:AllocateTestMem (Results 1 - 3 of 3) sorted by null

  /external/stressapptest/src/
os.h 184 virtual bool AllocateTestMem(int64 length, uint64 paddr_base);
os.cc 403 bool retval = AllocateTestMem(length, 0);
412 bool OsLayer::AllocateTestMem(int64 length, uint64 paddr_base) {
sat.cc 202 bool result = os_->AllocateTestMem(size_, paddr_base_);
    [all...]

Completed in 3690 milliseconds