OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testmem_
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
os.cc
54
testmem_
= 0;
559
testmem_
= buf;
571
if (
testmem_
) {
574
shmdt(
testmem_
);
579
munmap(
testmem_
, testmemsize_);
583
free(
testmem_
);
585
testmem_
= 0;
616
return reinterpret_cast<void*>(reinterpret_cast<char*>(
testmem_
) + offset);
os.h
253
void *
testmem_
; // Location of test memory.
member in class:OsLayer
Completed in 2119 milliseconds