RTRlib
Main Page
Modules
Data Structures
Examples
All
Data Structures
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
rtrlib
lib
alloc_utils.h
1
/*
2
* This file is part of RTRlib.
3
*
4
* This file is subject to the terms and conditions of the MIT license.
5
* See the file LICENSE in the top level directory for more details.
6
*
7
* Website: http://rtrlib.realmv6.org/
8
*/
9
10
#ifndef LRTR_ALLOC_UTILS_H
11
#define LRTR_ALLOC_UTILS_H
12
13
#include <stdlib.h>
14
22
void
lrtr_set_alloc_functions(
23
void
*(*malloc_function)(
size_t
size),
24
void
*(*realloc_function)(
void
*ptr,
size_t
size),
25
void
(*free_function)(
void
*ptr));
26
27
#endif
Generated on Fri Oct 5 2018 18:21:09 for RTRlib by
1.8.5