|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
Public Member Functions | |
| void *CJSON_CDECL * | allocate (size_t size) |
| void (CJSON_CDECL *deallocate)(void *pointer) | |
| void *CJSON_CDECL * | reallocate (void *pointer, size_t size) |
| void *CJSON_CDECL * Aws::internal_hooks::allocate | ( | size_t | size | ) |
| void *CJSON_CDECL * Aws::internal_hooks::reallocate | ( | void * | pointer, |
| size_t | size | ||
| ) |
| Aws::internal_hooks::void | ( | CJSON_CDECL * | deallocate | ) |