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