Home | History | Annotate | Download | only in memcheck

Lines Matching refs:blocks

45 /* We want at least a 64B redzone on client heap blocks for Memcheck */
101 /* For tracking malloc'd blocks. Nb: it's quite important that it's a
273 Reachedness state; // LC_Extra.state value shared by all blocks.
278 /* A loss record, used for generating err msgs. Multiple leaked blocks can be
286 UInt num_blocks; // Number of blocks represented by the record.
360 /*--- Client blocks ---*/
375 void MC_(get_ClientBlock_array)( /*OUT*/CGenBlock** blocks,
386 /* Max volume of the freed blocks queue. */
395 /* In leak check, show reachable-but-not-freed blocks? default: NO */
398 /* In leak check, show possibly-lost blocks? default: YES */
401 /* In leak check, show possibly-lost blocks? default: YES */
408 /* Fill malloc-d/free-d client blocks with a specific value? -1 if