HomeSort by relevance Sort by last modified time
    Searched defs:malloc_list (Results 1 - 2 of 2) sorted by null

  /external/valgrind/memcheck/
mc_malloc_wrappers.c 73 VgHashTable *MC_(malloc_list) = NULL; variable
242 twice in MC_(malloc_list) is a recipe for bugs.
266 as such a block can be inserted in MC_(malloc_list)
268 return in_block_list ( MC_(malloc_list), mc );
408 /*is_zeroed*/False, MC_AllocMalloc, MC_(malloc_list));
418 /*is_zeroed*/False, MC_AllocNew, MC_(malloc_list));
428 /*is_zeroed*/False, MC_AllocNewVec, MC_(malloc_list));
438 /*is_zeroed*/False, MC_AllocMalloc, MC_(malloc_list));
449 /*is_zeroed*/True, MC_AllocMalloc, MC_(malloc_list));
491 VG_(HT_add_node)( MC_(malloc_list), mc )
    [all...]
  /external/valgrind/massif/
ms_main.c 1099 static VgHashTable *malloc_list = NULL; \/\/ HP_Chunks variable
    [all...]

Completed in 90 milliseconds