Searched refs:use_mmap (Results 1 – 7 of 7) sorted by relevance
35 pool *make_pool( int use_mmap ) in make_pool() argument39 if (use_mmap) { in make_pool()56 void push(pool *p, int use_mmap ) in push() argument60 if (use_mmap) in push()73 void pop(pool *p, int use_mmap) in pop() argument80 if (use_mmap) in pop()86 void destroy_pool(pool *p, int use_mmap) in destroy_pool() argument91 pop(p, use_mmap); in destroy_pool()93 if (use_mmap) { in destroy_pool()
920 int use_mmap = 0; in _nl_load_domain() local969 use_mmap = 1; in _nl_load_domain()1013 if (use_mmap) in _nl_load_domain()1027 domain->use_mmap = use_mmap; in _nl_load_domain()1377 if (use_mmap) in _nl_load_domain()1410 if (domain->use_mmap) in _nl_unload_domain()
86 int use_mmap; member
92 static bool use_mmap = true; variable369 if (use_mmap && !mmap_failure) { in TCMalloc_SystemAlloc()
579 int use_mmap = (cmd == ELF_C_READ_MMAP || cmd == ELF_C_RDWR_MMAP in read_file() local585 use_mmap = 0; in read_file()588 if (use_mmap) in read_file()
2078 #define use_mmap(M) ((M)->mflags & USE_MMAP_BIT) macro2588 assert(use_mmap(m)); in do_check_mmapped_chunk()3379 if (use_mmap(m) && nb >= mparams.mmap_threshold) { in sys_alloc()4000 was_enabled = use_mmap(m); in ialloc()
2068 #define use_mmap(M) ((M)->mflags & USE_MMAP_BIT) macro2578 assert(use_mmap(m)); in do_check_mmapped_chunk()3367 if (use_mmap(m) && nb >= mparams.mmap_threshold) { in sys_alloc()3990 was_enabled = use_mmap(m); in ialloc()