mirror of
https://github.com/tnodir/fort
synced 2024-11-15 15:26:07 +00:00
16 lines
243 B
C
16 lines
243 B
C
#ifndef FORTTLSF_H
|
|
#define FORTTLSF_H
|
|
|
|
#include "fortdrv.h"
|
|
|
|
#define TLSF_API FORT_API
|
|
|
|
#define tlsf_assert NT_ASSERT
|
|
#define tlsf_printf
|
|
|
|
#define TLSF_MAX_POOL_SIZE (16 * 1024 * 1024)
|
|
|
|
#include "../3rdparty/tlsf/tlsf.h"
|
|
|
|
#endif // FORTTLSF_H
|