| 27 ## Changelog |
27 ## Changelog |
| 28 |
28 |
| 29 ### Version 4.0 - preview {collapsible="true"} |
29 ### Version 4.0 - preview {collapsible="true"} |
| 30 |
30 |
| 31 * adds cx_system_page_size() to allocator.h |
31 * adds cx_system_page_size() to allocator.h |
| |
32 * fix that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
| |
33 were not returning zero after freeing the memory when passed a size of zero |
| 32 |
34 |
| 33 ### Version 3.2 - 2025-11-30 {collapsible="true"} |
35 ### Version 3.2 - 2025-11-30 {collapsible="true"} |
| 34 |
36 |
| 35 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
37 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
| 36 * adds support for different destruction strategies in CxMempool |
38 * adds support for different destruction strategies in CxMempool |