tests/util_allocator.h

changeset 890
54565fd74e74
parent 770
ed710122af44
--- a/tests/util_allocator.h	Wed Sep 18 00:02:18 2024 +0200
+++ b/tests/util_allocator.h	Sat Sep 28 15:47:28 2024 +0200
@@ -86,14 +86,14 @@
  *
  * @return true if any allocation was attempted using this allocator
  */
-bool cx_testing_allocator_used(CxTestingAllocator const *alloc);
+bool cx_testing_allocator_used(const CxTestingAllocator *alloc);
 
 /**
  * Verifies that all allocated memory blocks are freed and no free occurred twice.
  *
  * @return true iff all tracked allocations / deallocations were valid
  */
-bool cx_testing_allocator_verify(CxTestingAllocator const *alloc);
+bool cx_testing_allocator_verify(const CxTestingAllocator *alloc);
 
 #ifdef __cplusplus
 } // extern "C"

mercurial