#ifndef TEST_ALLOCATOR_H
#define TEST_ALLOCATOR_H

#include "tester.h"

#ifdef __cplusplus
BEGIN_C_LINKAGE
#endif // __cplusplus

TestFuncResult test_libc_allocator(void);
TestFuncResult test_arena_allocator(void);

#ifdef __cplusplus
END_C_LINKAGE
#endif // __cplusplus

#endif // !TEST_ALLOCATOR_H