Home | History | Annotate | Download | only in marisa_alpha

Lines Matching refs:mapper

30 void Tail::mmap(Mapper *mapper, const char *filename,
32 if (mapper == NULL) {
35 Mapper temp_mapper;
38 temp_mapper.swap(mapper);
42 Mapper mapper(ptr, size);
43 map(mapper);
46 void Tail::map(Mapper &mapper) {
48 temp.buf_.map(mapper);