Home | History | Annotate | Download | only in tests

Lines Matching full:blocks

14 // - Uses ITSELF to get large blocks to populate the pool (so these are marked
15 // as MALLOCLIKE blocks)
16 // - Then passes out MALLOCLIKE blocks out of these pool blocks
18 // because it spotted these (correctly) as overlapping blocks (test case 3
22 // Also, when one of these metapool blocks is freed, memcheck will not auto-free
23 // the MALLOCLIKE blocks allocated from the meta-pool, and report them as leaks.
141 // Without explicit free, these MALLOCLIKE_BLOCK blocks are considered
148 // Same as before, but now the MALLOCLIKE blocks are auto-freed.
165 // No auto-free, no cleanup. Leaves overlapping blocks detected
203 // blocks may be deleted from the list, making access to these noise-blocks
204 // invalid. So fill 256-byte blocks with easily tested contents.