hat-util 0.6.18
Utility library
libc_allocator.h
Go to the documentation of this file.
1#ifndef HAT_LIBC_ALLOCATOR_H
2#define HAT_LIBC_ALLOCATOR_H
3
8#include "allocator.h"
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif
Memory allocator.
hat_allocator_t hat_libc_allocator
allocator instance
Allocator base struct.
Definition allocator.h:36