z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Alternative vendor heap manager

z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
SA38-0689-00

Language Environment provides a mechanism such that a vendor can provide an alternative vendor heap manager (VHM) that can be used by Language Environment C/C++ applications. The VHM replaces the malloc() (default operator new and default operator new [ ] are included), free() (default operator delete and default operator delete [ ] are included), calloc() and realloc() functions.

The VHM does not manage the following:
  • User created heaps (__ucreate, __umalloc, __ufree)
  • __malloc24(), __malloc31()
  • IOHEAP64
  • LIBHEAP64

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014