Kaa client C SDK
|
#include <platform/mem.h>
Go to the source code of this file.
Macros | |
#define | KAA_MALLOC(S) __KAA_MALLOC(S) |
#define | KAA_CALLOC(N, S) __KAA_CALLOC(N,S) |
#define | KAA_REALLOC(P, S) __KAA_REALLOC(P,S) |
#define | KAA_FREE(P) __KAA_FREE(P) |
#define KAA_CALLOC | ( | N, | |
S | |||
) | __KAA_CALLOC(N,S) |
#define KAA_FREE | ( | P | ) | __KAA_FREE(P) |
#define KAA_MALLOC | ( | S | ) | __KAA_MALLOC(S) |
#define KAA_REALLOC | ( | P, | |
S | |||
) | __KAA_REALLOC(P,S) |