|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <stddef.h>Go to the source code of this file.
Typedefs | |
| typedef struct CharArenaAllocator | CharArenaAllocator |
Functions | |
| CharArenaAllocator * | CharArenaAllocator_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 struct CharArenaAllocator CharArenaAllocator |
Definition at line 13 of file CharAllocator.h.
| void CharArenaAllocator_delete | ( | struct CharArenaAllocator * | arena | ) |
| char * CharArenaAllocator_malloc | ( | struct CharArenaAllocator * | arena, |
| size_t | size | ||
| ) |
| CharArenaAllocator * CharArenaAllocator_new | ( | size_t | initialSize | ) |
| char * CharArenaAllocator_realloc | ( | struct CharArenaAllocator * | arena, |
| size_t | size | ||
| ) |