Open System Services Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)
heap_check32(3) OSS Library Calls Reference Manual
NAME
heap_check32 - Checks the consistency of the run-time heap
LIBRARY
64-bit H-series and J-series OSS processes: /G/system/zdllnnn/ycredll
SYNOPSIS
#include <stdlib.h>
void heap_check32(void);
PARAMETERS
None.
DESCRIPTION
The heap_check32( ) function checks the consistency of the run-time heap used by the memory-
management functions calloc32( ), free32(), malloc32( ), and realloc32().Ifheap_check32( )
discovers an inconsistency in the run-time heap, it prints an error message to standard error and
terminates process execution. This function can be called at any time during program execution.
RETURN VALUES
None. This function does not return.
ERRORS
None. This function does not set errno.
RELATED INFORMATION
Functions: exit(3), heap_check_always32(3).
STANDARDS CONFORMANCE
The heap_check32( ) function is an HP extension to the XPG4 Version 2 specification.
3−194 Hewlett-Packard Company 527187-017