Searched refs:histoW (Results 1 – 1 of 1) sorted by relevance
82 UShort* histoW; /* [0 .. req_szB-1] */ member345 if (bk->histoW) { in retire_Block()377 if (api->xsize_tag == Exactly && api->histo && bk->histoW) { in retire_Block()384 api->histo[i] += (UInt)bk->histoW[i]; in retire_Block()485 bk->histoW = NULL; in new_block()487 bk->histoW = VG_(malloc)("dh.new_block.2", req_szB * sizeof(UShort)); in new_block()488 VG_(memset)(bk->histoW, 0, req_szB * sizeof(UShort)); in new_block()529 if (bk->histoW) { in die_block()530 VG_(free)( bk->histoW ); in die_block()531 bk->histoW = NULL; in die_block()[all …]