Home | History | Annotate | Download | only in memcheck

Lines Matching refs:blocks

45 /* By default, we want at least a 16B redzone on client heap blocks
111 /* For tracking malloc'd blocks. Nb: it's quite important that it's a
289 LCD_Increased, // output loss records with an increase in size or blocks
291 //decrease in size or blocks
298 Reachedness state; // LC_Extra.state value shared by all blocks.
303 /* A loss record, used for generating err msgs. Multiple leaked blocks can be
311 UInt num_blocks; // Number of blocks represented by the record.
334 // prints the list of blocks corresponding to the given loss_record_nr.
422 /*--- Client blocks ---*/
437 void MC_(get_ClientBlock_array)( /*OUT*/CGenBlock** blocks,
448 /* Max volume of the freed blocks queue. */
451 /* Blocks with a size >= MC_(clo_freelist_big_blocks) will be put
452 in the "big block" freed blocks queue. */
461 /* In leak check, show reachable-but-not-freed blocks? default: NO */
464 /* In leak check, show possibly-lost blocks? default: YES */
471 /* Fill malloc-d/free-d client blocks with a specific value? -1 if