Home | History | Annotate | Download | only in src

Lines Matching refs:memory_

917     : file_(file), file_mapping_(file_mapping), memory_(memory) { }
919 virtual void* memory() { return memory_; }
923 void* memory_;
945 if (memory_ != NULL)
946 UnmapViewOfFile(memory_);