open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
ua_pubsub_bufmalloc.h File Reference
#include <open62541/config.h>

Go to the source code of this file.

Functions

_UA_BEGIN_DECLS void resetMembuf (void)
 
void useMembufAlloc (void)
 
void useNormalAlloc (void)
 

Function Documentation

◆ resetMembuf()

_UA_BEGIN_DECLS void resetMembuf ( void )

This Source Code Form is subject to the terms of the Mozilla Public License, v.

2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copyright 2018 (c) Fraunhofer IOSB (Author: Julius Pfrommer) Build options UA_ENABLE_MALLOC_SINGLETON and UA_ENABLE_PUBSUB_BUFMALLOC required This module provides a switch for memory allocation on heap or static array for faster memory operations

◆ useMembufAlloc()

void useMembufAlloc ( void )

◆ useNormalAlloc()

void useNormalAlloc ( void )