|
RTS API Documentation
1.10.11
|
Collaboration diagram for internal_hooks: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* internal_hooks::allocate | ( | size_t | size | ) |
Referenced by cJSON_New_Item(), CJSON_PUBLIC(), cJSON_strdup(), ensure(), parse_string(), and print().
| void* CJSON_CDECL* internal_hooks::reallocate | ( | void * | pointer, |
| size_t | size | ||
| ) |
Referenced by CJSON_PUBLIC(), ensure(), and print().
| internal_hooks::void | ( | CJSON_CDECL * | deallocate | ) |
Referenced by add_item_to_object(), minify_string(), and print_string_ptr().
1.8.13