libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
gimbal_allocators.h
Go to the documentation of this file.
1/*! \file
2 * \brief Allocators module-wide include
3 * \ingroup allocators
4 *
5 * \author Falco Girgis
6 */
7#ifndef GIMBAL_ALLOCATORS_H
8#define GIMBAL_ALLOCATORS_H
9
10#include "allocators/gimbal_allocation_tracker.h"
11#include "allocators/gimbal_arena_allocator.h"
12#include "allocators/gimbal_pool_allocator.h"
13#include "allocators/gimbal_scope_allocator.h"
14
15/*! \defgroup allocators Allocators
16 * \brief Collection of specialized polymorphic custom allocators
17 */
18
19
20#endif // GIMBAL_ALLOCATORS_H