comparison: tests/util_allocator.h
tests/util_allocator.h
- changeset 988
- 15b3ca7ee33f
- parent 890
- 54565fd74e74
equal
deleted
inserted
replaced
30 #define UCX_TEST_UTIL_ALLOCATOR_H |
30 #define UCX_TEST_UTIL_ALLOCATOR_H |
31 |
31 |
32 #include "cx/allocator.h" |
32 #include "cx/allocator.h" |
33 |
33 |
34 #ifdef __cplusplus |
34 #ifdef __cplusplus |
35 #extern "C" { |
35 extern "C" { |
36 #endif |
36 #endif |
37 |
37 |
38 typedef struct CxTestingAllocator { |
38 typedef struct CxTestingAllocator { |
39 CxAllocator base; |
39 CxAllocator base; |
40 /** |
40 /** |