6 lines
176 B
C
6 lines
176 B
C
// This is used to have a single file that implements the allocators when all
|
|
// the test files are compiled together.
|
|
|
|
#define ALLOCATOR_IMPLEMENTATION
|
|
#include "allocator.h"
|