Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dos.cc498 bool retval = AllocateTestMem(length, 0); in AllocateAllMem()
507 bool OsLayer::AllocateTestMem(int64 length, uint64 paddr_base) { in AllocateTestMem() function in OsLayer
H A Dos.h300 virtual bool AllocateTestMem(int64 length, uint64 paddr_base);
H A Dsat.cc222 bool result = os_->AllocateTestMem(size_, paddr_base_); in AllocateMemory()