PurifyIsInitialized

Example       Related Topics

Description

Checks whether a memory block is initialized.

Syntax

int PurifyIsInitialized(const void *addr, int size)

 

addr

The address of the memory block you want to check.

size

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

Returns

1

The memory block is initialized.

0

The memory block is not initialized.

Notes

§      Purify does not generate any messages in the Error View.

(C) Copyright IBM Corporation 1992, 2010.