docs/Writerside/topics/allocator.h.md

branch
docs/3.1
changeset 1143
0559812df10c
parent 1142
9437530176bc
child 1146
151c057faf7c
equal deleted inserted replaced
1142:9437530176bc 1143:0559812df10c
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`.

mercurial