Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
P-p-H-d committed Dec 21, 2024
1 parent 3207fff commit 07c70d4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/API.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,13 @@ V0.7.2: * Rename m-mutex.h header in m-thread.h

V0.7.3 : * DICT_STOREHASH_DEF2 / DICT_STOREHASH_DEF2_AS are deprecated.
Use DICT_DEF2 / DICT_DEF2_AS


V0.7.4 : * REALLOC / FREE operators are incompatible:
Add the old number of elements of the array as argument of REALLOC
Add the number of elements of the array and its base type as arguments of FREE.
You need to ignore the new arguments.
Also impact M_MEMORY_REALLOC & M_MEMORY_FREE
This allows more and efficient integration into custom allocators.
* M_MEMORY_FULL: replace the failed size allocation size argument
into the base type and the number of elements that failed to be allocated.

0 comments on commit 07c70d4

Please sign in to comment.