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

1 2 3

  /external/compiler-rt/lib/asan/
asan_stats.cc 50 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n",
51 (mmaped-munmaped)>>20, mmaped>>20, munmaped>>20,
118 malloc_stats->size_allocated = stats.mmaped;
156 return stats.mmaped - stats.munmaped;
162 uptr total_free = stats.mmaped
asan_stats.h 39 uptr mmaped; member in struct:__asan::AsanStats
  /external/kernel-headers/original/uapi/linux/
target_core_user.h 15 * The mmaped area is divided into three parts:
31 * Otherwise, the entry will contain offsets into the mmaped area that
  /external/compiler-rt/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /external/android-clat/
ring.h 36 // mmaped region will have gaps corresponding to the empty space at the end of each block.
  /external/valgrind/docs/internals/
segments-seginfos.txt 20 A piece of address space may or may not be mmaped from a file.
22 A SegInfo specifically describes memory mmaped from an ELF object file.
23 Because a single ELF file may be mmaped with multiple Segments, multiple
25 range which is not yet mmaped. For example, if the process mmaps the
28 which will be later mmaped by the client's ELF loader. If a new mmap
  /external/libdrm/exynos/
exynos_drmif.h 45 * @vaddr: user space address to a gem buffer mmaped.
exynos_drm.h 69 * @mapped: having user virtual address mmaped.
exynos_drm.c 280 * if true, user pointer mmaped else NULL.
  /external/libdrm/rockchip/
rockchip_drmif.h 46 * @vaddr: user space address to a gem buffer mmaped.
rockchip_drm.c 271 * if true, user pointer mmaped else NULL.
  /external/elfutils/src/libelf/
elf_update.c 80 /* The file is mmaped. */
89 /* The file is not mmaped. */
libelfP.h 341 mmaped. */
366 mmaped. */
elf32_updatefile.c 247 /* If the file is mmaped and the original position of the
  /external/compiler-rt/test/asan/TestCases/
dlclose-test.cc 8 // 5. application starts using this mmaped memory, but asan still thinks there
  /external/valgrind/memcheck/tests/
addressable.c 32 /* Case 1 - mmaped memory is defined */
  /art/compiler/utils/
swap_space.h 58 // An arena pool that creates arenas backed by an mmaped file.
  /external/elfutils/src/
TODO 28 structure in elfXX_getshdr if file is mmaped and unaligned access
  /external/toybox/toys/pending/
mdev.c 94 // Loop through lines in mmaped file
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 50 // A dlmalloc mspace is used to manage the code cache over a mmaped region.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 220 // The resulting buffer is mmaped and stored in '*buff'.
221 // The size of the mmaped region is stored in '*buff_size',
226 // (or NULL if mapping fails). Stores the size of mmaped region
sanitizer_printf.cc 245 // mmaped buffer.
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 317 * Write to the file at the destination address from kernel mmaped buffer
  /external/netperf/
netcpu_looper.c 463 /* finally, unlink the mmaped file */

Completed in 561 milliseconds

1 2 3