Home | History | Annotate | Download | only in massif

Lines Matching refs:malloc_list

1516 static VgHashTable malloc_list  = NULL;   // HP_Chunks
1542 // Make new HP_Chunk node, add to malloc_list
1548 VG_(HT_add_node)(malloc_list, hc);
1612 // Remove HP_Chunk from malloc_list
1613 HP_Chunk* hc = VG_(HT_remove)(malloc_list, (UWord)p);
1670 hc = VG_(HT_remove)(malloc_list, (UWord)p_old);
1744 // malloc_list. If this realloc() did not increase the memory size, we
1748 VG_(HT_add_node)(malloc_list, hc);
1825 HP_Chunk* hc = VG_(HT_lookup)( malloc_list, (UWord)p );
2602 malloc_list = VG_(HT_construct)( "Massif's malloc list" );