Searched refs:mBasePtr (Results 1 – 4 of 4) sorted by relevance
52 mBasePtr(nullptr), in FileMap()67 mBasePtr(other.mBasePtr), in FileMap()79 other.mBasePtr = nullptr; in FileMap()90 mBasePtr = other.mBasePtr; in operator =()96 other.mBasePtr = nullptr; in operator =()114 if (mBasePtr && UnmapViewOfFile(mBasePtr) == 0) { in ~FileMap()122 if (mBasePtr && munmap(mBasePtr, mBaseLength) != 0) { in ~FileMap()164 mBasePtr = MapViewOfFile( mFileMapping, in create()169 if (mBasePtr == NULL) { in create()212 mBasePtr = ptr; in create()[all …]
114 void* mBasePtr; // base of mmap area; page aligned variable
15051 "field_name" : "mBasePtr",
15055 "field_name" : "mBasePtr",