test/util_allocator.h

changeset 500
eb9e7bd40a8e
parent 494
6ce8cfa10a96
child 518
74d0372f5c6f
     1.1 --- a/test/util_allocator.h	Sat Jan 29 14:32:04 2022 +0100
     1.2 +++ b/test/util_allocator.h	Sun Jan 30 14:19:00 2022 +0100
     1.3 @@ -68,7 +68,7 @@
     1.4      void *tracked[CX_TESTING_ALLOCATOR_MAX_LIVE];
     1.5  } cx_testing_allocator_s;
     1.6  
     1.7 -extern CxAllocator cxTestingAllocator;
     1.8 +extern CxAllocator *cxTestingAllocator;
     1.9  
    1.10  /**
    1.11   * Resets the testing allocator information.

mercurial