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

  /external/valgrind/main/coregrind/m_replacemalloc/
replacemalloc_core.c 51 UInt VG_(clo_alignment) = VG_MIN_MALLOC_SZB; variable
56 if VG_INT_CLO(arg, "--alignment", VG_(clo_alignment)) {
57 if (VG_(clo_alignment) < VG_MIN_MALLOC_SZB ||
58 VG_(clo_alignment) > 4096 ||
59 VG_(log2)( VG_(clo_alignment) ) == -1 /* not a power of 2 */)
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 149 return new_block(tid, n, VG_(clo_alignment), /*is_zeroed*/False);
161 return new_block(tid, nmemb*size1, VG_(clo_alignment),
224 p_new = VG_(cli_malloc)(VG_(clo_alignment), new_size);
256 return new_block(tid, n, VG_(clo_alignment), /*is_zeroed*/False);
268 return new_block(tid, n, VG_(clo_alignment), /*is_zeroed*/False);
  /external/valgrind/main/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/main/memcheck/
mc_malloc_wrappers.c 283 return MC_(new_block) ( tid, 0, n, VG_(clo_alignment),
293 return MC_(new_block) ( tid, 0, n, VG_(clo_alignment),
303 return MC_(new_block) ( tid, 0, n, VG_(clo_alignment),
323 return MC_(new_block) ( tid, 0, nmemb*size1, VG_(clo_alignment),
430 a_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_szB);
470 a_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_szB);
  /external/valgrind/main/include/
pub_tool_replacemalloc.h 64 extern UInt VG_(clo_alignment);
  /external/valgrind/main/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/main/massif/
ms_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 988 milliseconds