test/util_allocator.c

changeset 494
6ce8cfa10a96
parent 422
afd87df80b13
child 500
eb9e7bd40a8e
     1.1 --- a/test/util_allocator.c	Sat Jan 22 10:29:48 2022 +0100
     1.2 +++ b/test/util_allocator.c	Sat Jan 22 17:15:14 2022 +0100
     1.3 @@ -119,7 +119,7 @@
     1.4      memset(&cx_testing_allocator_data, 0, sizeof(cx_testing_allocator_s));
     1.5  }
     1.6  
     1.7 -int cxTestingAllocatorVerify(void) {
     1.8 +bool cxTestingAllocatorVerify(void) {
     1.9      return cx_testing_allocator_data.live == 0
    1.10             && cx_testing_allocator_data.alloc_failed == 0 && cx_testing_allocator_data.free_failed == 0
    1.11             && cx_testing_allocator_data.alloc_total == cx_testing_allocator_data.free_total;

mercurial