HomeSort by relevance Sort by last modified time
    Searched refs:testmem_ (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
os.cc 55 testmem_ = 0;
651 testmem_ = buf;
663 if (testmem_) {
666 shmdt(testmem_);
671 munmap(testmem_, testmemsize_);
675 munmap(testmem_, testmemsize_);
677 free(testmem_);
679 testmem_ = 0;
710 return reinterpret_cast<void*>(reinterpret_cast<char*>(testmem_) + offset);
os.h 362 void *testmem_; // Location of test memory. member in class:OsLayer

Completed in 145 milliseconds