CHANGELOG

changeset 1545
7822ffe65848
parent 1543
7b66371d6da3
child 1546
c8dd35f3ea53
equal deleted inserted replaced
1544:8fc6f4cdc5b0 1545:7822ffe65848
2 ------------------------ 2 ------------------------
3 3
4 * adds cx_system_page_size() to allocator.h 4 * adds cx_system_page_size() to allocator.h
5 * changes cxBufferReserve() to allow reducing the capacity 5 * changes cxBufferReserve() to allow reducing the capacity
6 * changes the members of CxJson and CxJsonValue 6 * changes the members of CxJson and CxJsonValue
7 * fix that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() 7 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors
8 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()
8 were not returning zero after freeing the memory when passed a size of zero 9 were not returning zero after freeing the memory when passed a size of zero
9 10
10 Version 3.2 - 2025-11-30 11 Version 3.2 - 2025-11-30
11 ------------------------ 12 ------------------------
12 13

mercurial