|
client-c
0.7.0
|
#include "../platform/mem.h"
Include dependency graph for kaa_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_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) |