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. |