PurifyMarkAsUninitialized

Example       Related Topics

Description

Marks a block of memory as uninitialized.

Syntax

int PurifyMarkAsUninitialized(void *addr, int size)

 

addr

The address of the memory block you want to uninitialize.

size

The number of bytes that you want to uninitialize in the memory block.

Returns

0

 

Notes

§      Use this function only when you are certain that Purify has failed to recognize that a memory block is uninitialized.

(C) Copyright IBM Corporation 1992, 2010.