HomeSort by relevance Sort by last modified time
    Searched refs:clo_alignment (Results 1 - 8 of 8) sorted by null

  /external/valgrind/coregrind/m_replacemalloc/
replacemalloc_core.c 53 UInt VG_(clo_alignment) = VG_MIN_MALLOC_SZB; variable
58 if VG_INT_CLO(arg, "--alignment", VG_(clo_alignment)) {
59 if (VG_(clo_alignment) < VG_MIN_MALLOC_SZB ||
60 VG_(clo_alignment) > 4096 ||
61 VG_(log2)( VG_(clo_alignment) ) == -1 /* not a power of 2 */)
  /external/valgrind/include/
pub_tool_replacemalloc.h 70 extern UInt VG_(clo_alignment);
  /external/valgrind/drd/
drd_malloc_wrappers.c 148 return new_block(tid, n, VG_(clo_alignment), /*is_zeroed*/False);
160 return new_block(tid, nmemb*size1, VG_(clo_alignment),
223 p_new = VG_(cli_malloc)(VG_(clo_alignment), new_size);
255 return new_block(tid, n, VG_(clo_alignment), /*is_zeroed*/False);
267 return new_block(tid, n, VG_(clo_alignment), /*is_zeroed*/False);
  /external/valgrind/exp-sgcheck/
h_main.c 352 return alloc_and_new_mem_heap ( tid, n, VG_(clo_alignment),
358 return alloc_and_new_mem_heap ( tid, n, VG_(clo_alignment),
364 return alloc_and_new_mem_heap ( tid, n, VG_(clo_alignment),
376 return alloc_and_new_mem_heap ( tid, nmemb*size1, VG_(clo_alignment),
421 Addr p_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_size);
435 Addr p_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_size);
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 385 return MC_(new_block) ( tid, 0, n, VG_(clo_alignment),
395 return MC_(new_block) ( tid, 0, n, VG_(clo_alignment),
405 return MC_(new_block) ( tid, 0, n, VG_(clo_alignment),
426 return MC_(new_block) ( tid, 0, nmemb*size1, VG_(clo_alignment),
545 a_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_szB);
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 579 p_new = VG_(cli_malloc)(VG_(clo_alignment), new_req_szB);
622 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False );
627 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False );
632 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False );
637 return new_block( tid, NULL, m*szB, VG_(clo_alignment), /*is_zeroed*/True );
    [all...]
  /external/valgrind/massif/
ms_main.c     [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]

Completed in 1257 milliseconds