Lines Matching refs:pairs
13 pairs until it is full.
209 Available space for user data (key-value pairs)
214 key-value pairs and keep one sector empty to be able to perform GC.
258 Each key-value pair needs an extra 16 bytes for the ATE, which makes it possible to store 11 pairs
282 See `Available space for user data <#available-space-for-user-data-key-value-pairs>`_.
311 For ID/data pairs with data <= 8 bytes, ``effective_size`` is 16 bytes.
312 For ID/data pairs with data > 8 bytes, ``effective_size`` is ``16 + sizeof(data)`` bytes.
359 - Add the possibility to skip garbage collector for some application usage where ID/value pairs
408 …cumentation. See `Available space for user data <#available-space-for-user-data-key-value-pairs>`_.
409 It's recommended to choose a storage partition size that is double the size of the key-value pairs
417 - For some subsystems like :ref:`Settings <settings_api>`, all path-value pairs are split into two …