NO FRAMES

Variable: ILO_NO_MEMORY_MANAGER

Definition file: ilconcert/ilosys.h
OS environment variable controls Concert Technology memory manager.

This operating-system environment variable enables you to control the memory manager of Concert Technology.

Concert Technology uses its own memory manager to provide faster memory allocation for certain Concert Technology objects. The use of this memory manager can hide memory problems normally detected by memory usage applications (such as Rational Purify, for example). If you are working in a software development environment capable of detecting bad memory access, you can use this operating-system environment variable to turn off the Concert Technology memory manager in order to detect such anomalies during software development.

For example, if you are working in such a development environment on a personal computer running Microsoft XP, use this statement:

 set ILO_NO_MEMORY_MANAGER=1
 

If you are working on a UNIX platform, using a C-shell, here is one way of setting this environment variable:

 setenv ILO_NO_MEMORY_MANAGER