Core memory manager base definitions and functions. More...
#include <kanzi/core/legacy/kzs_types.hpp>#include <kanzi/core/legacy/wrappers/kzs_memory.hpp>#include <kanzi/core/legacy/debug/kzs_error.hpp>Macros | |
| #define | MEMORY_MANAGER_DEBUG_PARAM_PRIVATE(x) |
| If defined, the following memory debugging features are enabled: More... | |
Enumerations | |
| enum | KzcMemoryManagerType { KZC_MEMORY_MANAGER_TYPE_SYSTEM, KZC_MEMORY_MANAGER_TYPE_POOLED, KZC_MEMORY_MANAGER_TYPE_QUICK, KZC_MEMORY_MANAGER_TYPE_CUSTOM } |
| Type of a memory manager. More... | |
Core memory manager base definitions and functions.
Copyright 2008-2017 by Rightware. All rights reserved.
| #define MEMORY_MANAGER_DEBUG_PARAM_PRIVATE | ( | x | ) |
If defined, the following memory debugging features are enabled:
This macro is used to add description parameter for memory management functions.
| enum KzcMemoryManagerType |