HomeSort by relevance Sort by last modified time
    Searched full:redzone_size (Results 1 - 17 of 17) sorted by null

  /external/valgrind/memcheck/tests/
mempool.c 9 #define REDZONE_SIZE 8
66 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0);
102 p->left -= size + (REDZONE_SIZE*2);
103 where = p->where + REDZONE_SIZE;
104 p->where += size + (REDZONE_SIZE*2);
mempool2.c 14 #define REDZONE_SIZE 8
69 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0);
105 p->left -= size + (REDZONE_SIZE*2);
106 where = p->where + REDZONE_SIZE;
107 p->where += size + (REDZONE_SIZE*2);
166 VALGRIND_CREATE_MEMPOOL(superblock, REDZONE_SIZE, 0);
  /external/compiler-rt/lib/asan/
asan_poisoning.h 29 // Poisons the shadow memory for "redzone_size" bytes starting from
33 uptr redzone_size,
73 uptr aligned_addr, uptr size, uptr redzone_size, u8 value) {
77 for (uptr i = 0; i < redzone_size; i += SHADOW_GRANULARITY, shadow++) {
asan_poisoning.cc 46 uptr redzone_size,
51 FastPoisonShadowPartialRightRedzone(addr, size, redzone_size, value);
  /art/runtime/
mem_map.cc 415 size_t redzone_size = 0; local
417 redzone_size = kPageSize;
418 page_aligned_byte_count += redzone_size;
448 if (redzone_size != 0) {
455 page_aligned_byte_count -= redzone_size;
459 prot, reuse, redzone_size);
499 size_t base_size, int prot, bool reuse, size_t redzone_size)
501 prot_(prot), reuse_(reuse), redzone_size_(redzone_size) {
    [all...]
mem_map.h 200 size_t redzone_size = 0) REQUIRES(!Locks::mem_maps_lock_);
  /external/jemalloc/src/
arena.c 2262 size_t redzone_size = bin_info->redzone_size; local
2300 size_t redzone_size = bin_info->redzone_size; local
2336 size_t redzone_size = bin_info->redzone_size; local
    [all...]
  /external/jemalloc/include/jemalloc/internal/
arena.h 237 * either 0 or redzone_size; it is present only if needed to align reg0_offset.
244 size_t redzone_size; member in struct:arena_bin_info_s
246 /* Interval between regions (reg_size + (redzone_size << 1)). */
    [all...]
jemalloc_internal.h 1030 ret = arena_bin_info[binind].redzone_size;
jemalloc_internal.h.in 1030 ret = arena_bin_info[binind].redzone_size;
  /external/pdfium/tools/drmemory/scripts/
valgrind_test.py 396 proc += ["-pattern", "0xf1fd", "-no_count_leaks", "-redzone_size", "0x20"]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 

Completed in 1282 milliseconds