Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dos.cc64 mmapped_allocation_ = false; in OsLayer()
631 mmapped_allocation_ = true; in AllocateTestMem()
635 if (!mmapped_allocation_) { in AllocateTestMem()
674 } else if (mmapped_allocation_) { in FreeTestMem()
Dos.h372 bool mmapped_allocation_; // Was memory allocated using mmap()? variable