docs/Writerside/topics/allocator.h.md

branch
docs/3.1
changeset 1146
151c057faf7c
parent 1143
0559812df10c
equal deleted inserted replaced
1145:1a8fe7b7dd8a 1146:151c057faf7c
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`.

mercurial