Home
last modified time | relevance | path

Searched refs:mmapped_allocation_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dos.cc64 mmapped_allocation_ = false; in OsLayer()
648 mmapped_allocation_ = true; in AllocateTestMem()
652 if (!mmapped_allocation_) { in AllocateTestMem()
691 } else if (mmapped_allocation_) { in FreeTestMem()
H A Dos.h385 bool mmapped_allocation_; // Was memory allocated using mmap()? variable