1 # Allocator |
1 # Allocator |
|
2 |
|
3 <warning> |
|
4 Outdated - Rewrite! |
|
5 </warning> |
2 |
6 |
3 The UCX allocator provides an interface for implementing an own memory allocation mechanism. |
7 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 |
8 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 |
9 argument. A default allocator implementation using the stdlib memory management functions is |
6 available via the global symbol `cxDefaultAllocator`. |
10 available via the global symbol `cxDefaultAllocator`. |