|
Kaa client C SDK
|
#include <sndc_mem_api.h>Go to the source code of this file.
Macros | |
| #define | __KAA_MALLOC(S) sndc_mem_malloc(S) |
| #define | __KAA_CALLOC(N, S) sndc_mem_calloc(N, S) |
| #define | __KAA_REALLOC(P, S) sndc_mem_realloc(P, S) |
| #define | __KAA_FREE(P) sndc_mem_free(P) |
| #define __KAA_CALLOC | ( | N, | |
| S | |||
| ) | sndc_mem_calloc(N, S) |
| #define __KAA_FREE | ( | P | ) | sndc_mem_free(P) |
| #define __KAA_MALLOC | ( | S | ) | sndc_mem_malloc(S) |
| #define __KAA_REALLOC | ( | P, | |
| S | |||
| ) | sndc_mem_realloc(P, S) |
1.8.6