docs/Writerside/topics/memory.md

changeset 1210
2ad0cf0f314b
parent 1170
49cc0bbea6a9
equal deleted inserted replaced
1209:4a72c47226f4 1210:2ad0cf0f314b
8 8
9 Additionally, UCX also provides a [memory pool](mempool.h.md) implementation of the allocator interface. 9 Additionally, UCX also provides a [memory pool](mempool.h.md) implementation of the allocator interface.
10 10
11 > Although not part of the public API, UCX is also implementing the allocator interface 11 > Although not part of the public API, UCX is also implementing the allocator interface
12 > in its own test suite: `CxTestingAllocator`. This allocator keeps track of memory allocations 12 > in its own test suite: `CxTestingAllocator`. This allocator keeps track of memory allocations
13 > and de-allocations with the goal to detect memory management errors. 13 > and deallocations with the goal to detect memory management errors.

mercurial