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 69 VgHashTable *MC_(malloc_list) = NULL; variable
238 twice in MC_(malloc_list) is a recipe for bugs.
262 as such a block can be inserted in MC_(malloc_list)
264 return in_block_list ( MC_(malloc_list), mc );
386 /*is_zeroed*/False, MC_AllocMalloc, MC_(malloc_list));
396 /*is_zeroed*/False, MC_AllocNew, MC_(malloc_list));
406 /*is_zeroed*/False, MC_AllocNewVec, MC_(malloc_list));
416 /*is_zeroed*/False, MC_AllocMalloc, MC_(malloc_list));
427 /*is_zeroed*/True, MC_AllocMalloc, MC_(malloc_list));
469 VG_(HT_add_node)( MC_(malloc_list), mc )
    [all...]
  /external/valgrind/massif/
ms_main.c 1477 static VgHashTable *malloc_list = NULL; \/\/ HP_Chunks variable
    [all...]

Completed in 534 milliseconds