Searched refs:MMAP (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/tests/
H A Drun-elf_cntl_gelf_getshdr.sh26 testrun_compare ${abs_builddir}/test-elf_cntl_gelf_getshdr MMAP ${abs_builddir}/test-elf_cntl_gelf_getshdr \
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp5229 int *MMAP; member in namespace:test110
5247 (*MMAP)++;
5263 MMAP = (int*)mmap(NULL, sizeof(int), PROT_READ | PROT_WRITE,
5290 FAST_MODE_INIT(MMAP);
5291 ANNOTATE_EXPECT_RACE(MMAP, "real race on a mmap-ed object");
5313 munmap(MMAP, sizeof(int));
/external/dlmalloc/
H A Dmalloc.c129 System requirements: Any combination of MORECORE and/or MMAP/MUNMAP
134 MORECORE and MMAP are enabled. On Win32, it uses emulations
166 or actions surrounding MORECORE and MMAP that have times
386 HAVE_MORECORE is not true, MMAP is used for all system
387 allocation. If set and HAVE_MORECORE is true as well, MMAP is
392 to MMAP, so long as they are adjacent.
453 make this more than a page. However, systems with MMAP tend to
487 The request size threshold for using MMAP to directly service a
962 M_MMAP_THRESHOLD -3 256*1024 any (or 0 if no MMAP support)
1207 pool or in unused MMAP segment
1746 #define MMAP macro
[all...]

Completed in 140 milliseconds