Go to the source code of this file.
Macros |
| #define | _INC_DBGINT |
| #define | _malloc_crt malloc |
| #define | _calloc_crt calloc |
| #define | _realloc_crt realloc |
| #define | _expand_crt _expand |
| #define | _free_crt free |
| #define | _msize_crt _msize |
| #define | _malloc_base malloc |
| #define | _nh_malloc_base _nh_malloc |
| #define | _nh_malloc_dbg(s, n, t, f, l) _nh_malloc(s, n) |
| #define | _heap_alloc_base _heap_alloc |
| #define | _heap_alloc_dbg(s, t, f, l) _heap_alloc(s) |
| #define | _calloc_base calloc |
| #define | _realloc_base realloc |
| #define | _expand_base _expand |
| #define | _free_base free |
| #define | _msize_base _msize |
| #define | _aligned_malloc_base _aligned_malloc |
| #define | _aligned_realloc_base _aligned_realloc |
| #define | _aligned_offset_malloc_base _aligned_offset_malloc |
| #define | _aligned_offset_realloc_base _aligned_offset_realloc |
| #define | _aligned_free_base _aligned_free |
| #define | _calloc_dbg_lk(c, s, t, f, l) calloc(c, s) |
| #define | _realloc_dbg_lk(p, s, t, f, l) realloc(p, s) |
| #define | _free_base_lk free |
| #define | _free_dbg_lk(p, t) free(p) |
Macro Definition Documentation
| #define _malloc_crt malloc |
| #define _calloc_crt calloc |
| #define _realloc_crt realloc |
| #define _expand_crt _expand |
| #define _msize_crt _msize |
| #define _malloc_base malloc |
| #define _nh_malloc_base _nh_malloc |
| #define _nh_malloc_dbg |
( |
|
s, |
|
|
|
n, |
|
|
|
t, |
|
|
|
f, |
|
|
|
l |
|
) |
| _nh_malloc(s, n) |
| #define _heap_alloc_base _heap_alloc |
| #define _heap_alloc_dbg |
( |
|
s, |
|
|
|
t, |
|
|
|
f, |
|
|
|
l |
|
) |
| _heap_alloc(s) |
| #define _calloc_base calloc |
| #define _realloc_base realloc |
| #define _expand_base _expand |
| #define _msize_base _msize |
| #define _aligned_malloc_base _aligned_malloc |
| #define _aligned_realloc_base _aligned_realloc |
| #define _aligned_offset_malloc_base _aligned_offset_malloc |
| #define _aligned_offset_realloc_base _aligned_offset_realloc |
| #define _aligned_free_base _aligned_free |
| #define _calloc_dbg_lk |
( |
|
c, |
|
|
|
s, |
|
|
|
t, |
|
|
|
f, |
|
|
|
l |
|
) |
| calloc(c, s) |
| #define _realloc_dbg_lk |
( |
|
p, |
|
|
|
s, |
|
|
|
t, |
|
|
|
f, |
|
|
|
l |
|
) |
| realloc(p, s) |
| #define _free_base_lk free |
| #define _free_dbg_lk |
( |
|
p, |
|
|
|
t |
|
) |
| free(p) |