82
81
upon a write if no physical memory is available.
84
83
info->s->file_map= (unsigned char*)
90
89
if (info->s->file_map == (unsigned char*) MAP_FAILED)
95
94
/* per krow we should look at removing the following code */
97
96
madvise((char*) info->s->file_map, size, MADV_RANDOM);
99
98
info->s->mmaped_length= size;