test/util_allocator.h

changeset 500
eb9e7bd40a8e
parent 494
6ce8cfa10a96
child 518
74d0372f5c6f
equal deleted inserted replaced
499:3dc9075df822 500:eb9e7bd40a8e
66 * The array of tracked memory blocks. 66 * The array of tracked memory blocks.
67 */ 67 */
68 void *tracked[CX_TESTING_ALLOCATOR_MAX_LIVE]; 68 void *tracked[CX_TESTING_ALLOCATOR_MAX_LIVE];
69 } cx_testing_allocator_s; 69 } cx_testing_allocator_s;
70 70
71 extern CxAllocator cxTestingAllocator; 71 extern CxAllocator *cxTestingAllocator;
72 72
73 /** 73 /**
74 * Resets the testing allocator information. 74 * Resets the testing allocator information.
75 * This function SHOULD be called prior to any use of this allocator. 75 * This function SHOULD be called prior to any use of this allocator.
76 */ 76 */

mercurial