Searched refs:mmapped_allocation_ (Results 1 – 2 of 2) sorted by relevance
64 mmapped_allocation_ = false; in OsLayer()631 mmapped_allocation_ = true; in AllocateTestMem()635 if (!mmapped_allocation_) { in AllocateTestMem()674 } else if (mmapped_allocation_) { in FreeTestMem()
372 bool mmapped_allocation_; // Was memory allocated using mmap()? variable