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

  /external/valgrind/main/include/
pub_tool_replacemalloc.h 41 extern void* VG_(cli_malloc) ( SizeT align, SizeT nbytes );
  /external/valgrind/main/coregrind/m_replacemalloc/
replacemalloc_core.c 78 void* VG_(cli_malloc) ( SizeT align, SizeT nbytes ) function
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 74 p = VG_(cli_malloc)(align, size);
223 p_new = VG_(cli_malloc)(VG_(clo_alignment), new_size);
  /external/valgrind/main/exp-sgcheck/
h_main.c 310 p = (Addr)VG_(cli_malloc)(alignment, size);
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 263 p = (Addr)VG_(cli_malloc)( alignB, szB );
450 a_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_szB);
490 a_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_szB);
  /external/valgrind/main/exp-dhat/
dh_main.c 464 p = VG_(cli_malloc)( req_alignB, req_szB );
579 p_new = VG_(cli_malloc)(VG_(clo_alignment), new_req_szB);
    [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 118 milliseconds