GRPC Core  6.0.0
Data Fields
gpr_allocation_functions Struct Reference

#include <alloc.h>

Data Fields

void *(* malloc_fn )(size_t size)
 
void *(* zalloc_fn )(size_t size)
 
void *(* realloc_fn )(void *ptr, size_t size)
 if NULL, uses malloc_fn then memset More...
 
void(* free_fn )(void *ptr)
 

Field Documentation

◆ free_fn

void(* gpr_allocation_functions::free_fn) (void *ptr)

◆ malloc_fn

void*(* gpr_allocation_functions::malloc_fn) (size_t size)

◆ realloc_fn

void*(* gpr_allocation_functions::realloc_fn) (void *ptr, size_t size)

if NULL, uses malloc_fn then memset

◆ zalloc_fn

void*(* gpr_allocation_functions::zalloc_fn) (size_t size)

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