HomeSort by relevance Sort by last modified time
    Searched full:mmaps (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress05.c 24 * This test mmaps a portion of a file, and then mmaps the next
26 * original mmap. It then mmaps the preceding portion of the file behind
27 * the original mmap. None of the mmaps can be concatenated.
mmapstress08.c 85 /* burn level 2 ptes by spacing mmaps 4Meg apart */
mmapstress03.c 23 * This test mmaps over the tail of the brk segment, growing and
  /system/extras/tests/kernel.config/
aslr_test.h 66 * scrape_addr - get the raw starting address from /proc/child_pid/mmaps
  /system/extras/ioshark/
compile-only.sh 47 # strace file. The algorithm is to look for mmaps in the strace file,
68 # If we have matching strace and ftrace files, then look for mmaps in
77 # Pluck all the lines from the ftrace corresponding to the mmaps
collect-straces-ftraces.sh 49 # strace file. The algorithm is to look for mmaps in the strace file,
70 # If we have matching strace and ftrace files, then look for mmaps in
79 # Pluck all the lines from the ftrace corresponding to the mmaps
  /external/compiler-rt/lib/asan/
asan_stats.h 37 uptr mmaps; member in struct:__asan::AsanStats
asan_stats.cc 52 mmaps, munmaps);
  /external/valgrind/docs/internals/
segments-seginfos.txt 25 range which is not yet mmaped. For example, if the process mmaps the
40 which just mmaps ELF files but just uses it as raw data (copy, for
43 Valgrind doesn't control the mmaps. It just observes the mmaps
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
mmap.so 
  /bionic/linker/
linker_block_allocator.h 67 * anonymous mmaps.
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
process_memory_stats.cc 84 // Check if the current line is the beginning of a new mmaps entry, e.g.:
  /external/compiler-rt/test/asan/TestCases/Posix/
dlclose-test.cc 7 // 4. application mmaps some memory to the location where foo.so was before
  /external/libtextclassifier/common/
mmap.h 95 // Scoped mmapping of a file. Mmaps a file on construction, unmaps it on
  /external/libchrome/base/trace_event/
heap_profiler_allocation_register.h 36 // Hash map that mmaps memory only once in the constructor. Its API is
248 // allocates (mmaps) only in its constructor.
  /art/runtime/gc/accounting/
card_table.cc 72 // All zeros is the correct initial value; all clean. Anonymous mmaps are initialized to zero, we
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_posix.cc 38 // This memory range is used for thread stacks and large user mmaps.
  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 37 // - list of mmaps
  /external/ltp/testcases/kernel/mem/tunable/
max_map_count.c 188 * triggered when doing small piece mmaps in huge amount even if
  /external/libevent/
evbuffer-internal.h 281 /* XXXX the cast above is safe for now, but not if we allow mmaps on win64.
  /external/ltp/testcases/kernel/syscalls/readahead/
readahead02.c 29 * It mmaps/reads a test file with and without prior call to readahead.
  /frameworks/base/core/java/android/os/
SharedMemory.java 113 * mmaps of the shared memory retain whatever protection they had when they were created.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 288 // a program. Use RAW_CHECK to avoid extra mmaps in reporting.
  /hardware/intel/common/libwsbm/src/
wsbm_ttmpool.c 360 * mmaps are expensive, so we only really unmap if
  /external/python/cpython2/Modules/
mmapmodule.c 826 "mmaps don't support concatenation");
835 "mmaps don't support repeat operation");
    [all...]

Completed in 1559 milliseconds

1 2 3 4 5