diff -r 3dc9075df822 -r eb9e7bd40a8e test/util_allocator.h --- a/test/util_allocator.h Sat Jan 29 14:32:04 2022 +0100 +++ b/test/util_allocator.h Sun Jan 30 14:19:00 2022 +0100 @@ -68,7 +68,7 @@ void *tracked[CX_TESTING_ALLOCATOR_MAX_LIVE]; } cx_testing_allocator_s; -extern CxAllocator cxTestingAllocator; +extern CxAllocator *cxTestingAllocator; /** * Resets the testing allocator information.