1 # allocator.h |
1 # Allocator |
2 |
2 |
3 The UCX allocator provides an interface for implementing an own memory allocation mechanism. |
3 The UCX allocator provides an interface for implementing an own memory allocation mechanism. |
4 Various function in UCX provide an additional alternative signature that takes an allocator as |
4 Various function in UCX provide an additional alternative signature that takes an allocator as |
5 argument. A default allocator implementation using the stdlib memory management functions is |
5 argument. A default allocator implementation using the stdlib memory management functions is |
6 available via the global symbol `cxDefaultAllocator`. |
6 available via the global symbol `cxDefaultAllocator`. |