Core memory manager base definitions and functions. More...
#include <system/kzs_types.h>#include <system/wrappers/kzs_memory.h>#include <system/debug/kzs_error.h>#include <system/kzs_header.h>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-2020 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 |