Function doAddedLeakCheck [src]
Same as doLeakCheck() but only showing the entries for
which there was an increase in leaked bytes or leaked nr of blocks
since the previous leak search.
Prototype
pub fn doAddedLeakCheck() void
Source
pub fn doAddedLeakCheck() void {
doClientRequestStmt(.DoLeakCheck, 0, 1, 0, 0, 0);
}