aws-crt-cpp
Public Attributes | List of all members
Aws::cJSON_Hooks Struct Reference

#include <cJSON.h>

Public Attributes

void *(* malloc_fn )(size_t sz)
 
void(* free_fn )(void *ptr)
 

Member Data Documentation

◆ free_fn

void(* Aws::cJSON_Hooks::free_fn) (void *ptr)

◆ malloc_fn

void*(* Aws::cJSON_Hooks::malloc_fn) (size_t sz)

The documentation for this struct was generated from the following file: