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

Public Attributes

void *(* allocate )(size_t size)
 
void(* deallocate )(void *pointer)
 
void *(* reallocate )(void *pointer, size_t size)
 

Member Data Documentation

◆ allocate

void*(* Aws::internal_hooks::allocate) (size_t size)

◆ deallocate

void(* Aws::internal_hooks::deallocate) (void *pointer)

◆ reallocate

void*(* Aws::internal_hooks::reallocate) (void *pointer, size_t size)

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