open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Typedefs | Functions
CharAllocator.h File Reference
#include <stddef.h>

Go to the source code of this file.

Typedefs

typedef struct CharArenaAllocator CharArenaAllocator
 

Functions

CharArenaAllocatorCharArenaAllocator_new (size_t initialSize)
 
char * CharArenaAllocator_malloc (struct CharArenaAllocator *arena, size_t size)
 
char * CharArenaAllocator_realloc (struct CharArenaAllocator *arena, size_t size)
 
void CharArenaAllocator_delete (struct CharArenaAllocator *arena)
 

Typedef Documentation

◆ CharArenaAllocator

Definition at line 13 of file CharAllocator.h.

Function Documentation

◆ CharArenaAllocator_delete()

void CharArenaAllocator_delete ( struct CharArenaAllocator arena)

◆ CharArenaAllocator_malloc()

char * CharArenaAllocator_malloc ( struct CharArenaAllocator arena,
size_t  size 
)

◆ CharArenaAllocator_new()

CharArenaAllocator * CharArenaAllocator_new ( size_t  initialSize)

◆ CharArenaAllocator_realloc()

char * CharArenaAllocator_realloc ( struct CharArenaAllocator arena,
size_t  size 
)