test/util_allocator.h

changeset 494
6ce8cfa10a96
parent 422
afd87df80b13
child 500
eb9e7bd40a8e
equal deleted inserted replaced
493:e3469b497eff 494:6ce8cfa10a96
79 /** 79 /**
80 * Checks whether all allocated memory is properly freed and no failed (de)allocations happened. 80 * Checks whether all allocated memory is properly freed and no failed (de)allocations happened.
81 * 81 *
82 * @return true on success, false if there was any problem 82 * @return true on success, false if there was any problem
83 */ 83 */
84 int cxTestingAllocatorVerify(void); 84 bool cxTestingAllocatorVerify(void);
85 85
86 #ifdef __cplusplus 86 #ifdef __cplusplus
87 }; /* extern "C" */ 87 }; /* extern "C" */
88 #endif 88 #endif
89 89

mercurial