Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (Windows)
>
General Reference
>
Library Routines
>
Memory Allocation Routines
Memory Allocation Routines
CBL_ALLOC_MEM
Dynamically allocates memory, and can associate allocated heap data with a thread and/or the calling program.
CBL_ALLOC_DYN_MEM
Dynamically allocates memory, and can associate it with the calling program.
CBL_ALLOC_SHMEM
Dynamically allocates shared memory.
CBL_ALLOC_THREAD_MEM
Allocates thread-specific heap memory.
CBL_FREE_DYN_MEM
Frees dynamically allocated memory allocated by the CBL_ALLOC_DYN_MEM routine.
CBL_FREE_MEM
Frees dynamically allocated memory.
CBL_FREE_SHMEM
Frees dynamically allocated shared memory.
CBL_FREE_THREAD_MEM
Frees dynamically allocated thread-specific heap memory.
CBL_MEM_STRATEGY
Changes the memory strategy for an application dynamically.
CBL_MEM_VALIDATE
Validates memory allocations, monitored freed memory, and, if the operating system supports it, compacts memory heaps.
Parent topic:
Library Routines
Related information
Alphabetical List of Library Routines