From b050eaefb013e64f5020a3aac448df4f08d0b575 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 2 Sep 2016 13:27:05 +0100 Subject: [PATCH] Deprecation of reservoir functions was in release 1.115. Copied from Perforce Change: 192092 ServerID: perforce.ravenbrook.com --- mps/manual/source/release.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mps/manual/source/release.rst b/mps/manual/source/release.rst index db37e516ca3..fdf28461f50 100644 --- a/mps/manual/source/release.rst +++ b/mps/manual/source/release.rst @@ -112,6 +112,14 @@ Interface changes #. The :ref:`pool-snc` pool class now implements :c:func:`mps_pool_total_size` and :c:func:`mps_pool_free_size`. +#. The (undocumented) reservoir functions + :c:func:`mps_ap_fill_with_reservoir_permit`, + :c:func:`mps_reservoir_available`, :c:func:`mps_reservoir_limit`, + :c:func:`mps_reservoir_limit_set`, and + :c:func:`mps_reserve_with_reservoir_permit`, together with the + ``has_reservoir_permit`` arguments to :c:func:`mps_sac_alloc` and + :c:func:`MPS_SAC_ALLOC_FAST` are now deprecated. + Other changes ............. @@ -508,14 +516,6 @@ Interface changes ``dont-handle-bad-access`` or to request special handling of ``SIGBUS``. -#. The (undocumented) reservoir functions - :c:func:`mps_ap_fill_with_reservoir_permit`, - :c:func:`mps_reservoir_available`, :c:func:`mps_reservoir_limit`, - :c:func:`mps_reservoir_limit_set`, and - :c:func:`mps_reserve_with_reservoir_permit`, together with the - ``has_reservoir_permit`` arguments to :c:func:`mps_sac_alloc` and - :c:func:`MPS_SAC_ALLOC_FAST` are deprecated. - Other changes .............