Searched refs:fileMapping (Results 1 – 2 of 2) sorted by relevance
50 private FileMapping!ubyte* fileMapping;79 fileMapping = cast(FileMapping!ubyte*) malloc(model.sizeof); in this()80 memcpy(fileMapping, &model, model.sizeof); in this()81 fileMapping.__ctor(filename); in this()83 data = (*fileMapping)[]; in this()91 if (fileMapping) in dtor()93 if (fileMapping.active) in dtor()94 fileMapping.close(); in dtor()147 fileMapping = null; in destroy()171 if (fileMapping && fileMapping.active) in reserve()[all …]
25 void *fileMapping; // pointer to a file mapping object not used on the C++ side member39 fileMapping = 0; in OutBuffer()