+2024-06-22 Bruno Haible <bruno@clisp.org>
+
+ physmem: Fix typo.
+ * lib/physmem.h (physmem_claimable): Fix typo in comment.
+
2024-06-22 Bruno Haible <bruno@clisp.org>
c-xvasprintf: Guarantee a non-NULL result.
aggressivity.
For AGGRESSIVITY == 0.0, the result is like physmem_available (): the amount
of memory the application can use without hindering any other process.
- For AGGRESSIVITY == 1,0, the result is the amount of memory the application
+ For AGGRESSIVITY == 1.0, the result is the amount of memory the application
can use, while causing memory shortage to other processes, but without
bringing the machine into an out-of-memory state.
Values in between, for example AGGRESSIVITY == 0.5, are a reasonable middle