ProtobufCAllocator is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
void *(*)(void *allocator_data, size_t size)
Function to allocate memory.
void (*)(void *allocator_data, void *pointer)
Function to free memory.
void *
Opaque pointer passed to `alloc` and `free` functions.

References