Home
last modified time | relevance | path

Searched refs:mmap_max (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/
Dstrings.c462 const size_t mmap_max = 0x4000000000lu; in map_file() local
464 const size_t mmap_max = 0x40000000lu; in map_file()
468 size_t map_size = MIN ((off_t) mmap_max, fdlen); in map_file()