bufmalloc.h 343 B

123456789101112
  1. /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  2. * See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
  3. *
  4. * Copyright 2018 (c) Fraunhofer IOSB (Author: Julius Pfrommer)
  5. */
  6. #include <open62541/config.h>
  7. void resetMembuf(void);
  8. void useMembufAlloc(void);
  9. void useNormalAlloc(void);