Memory Allocation Routines

CBL_ALLOC_MEM Allocate memory dynamically
CBL_ALLOC_DYN_MEM Allocate thread-storage or thread-specific heap memory
CBL_ALLOC_SHMEM Allocate thread-storage or thread-specific heap memory
CBL_ALLOC_THREAD_MEM Allocate thread-storage or thread-specific heap memory
CBL_FREE_DYN_MEM Free memory allocated by CBL_ALLOC_DYN_MEM
CBL_FREE_MEM Free memory allocated by CBL_ALLOC_MEM
CBL_FREE_SHMEM Free memory allocated by CBL_ALLOC_SHMEM
CBL_FREE_THREAD_MEM Free memory allocated by CBL_ALLOC_THREAD_MEM
CBL_MEM_STRATEGY Change the memory strategy for an application dynamically
CBL_MEM_VALIDATE Validate memory and compact memory heaps

Related Topics: