Lines Matching refs:free
27 The following operations free a key slot by calling `psa_wipe_key_slot()` and, if applicable, `psa_…
30 …g** a persistent key from memory, either explicitly at the application's request or to free memory.
81 …mpacted (compacting would be moving slots out of a sparsely-used slice to free it). Better concurr…
106 …sistent key cache”](#persistent-key-cache)), and purges it. If no slot is free and no slot contain…
125 … Later improvements to memory consumption are likely to involve calls to `free()` which may total …
161 …free list**. This is a linked list of all the slots in the slice that are free. The global data co…
163 …free slot does not actually contain the index of the next slot, but the index of the next free slo…
167 To create a volatile key, `psa_reserve_free_key_slot()` searches the free lists of each allocated s…
169 The newly allocated slot is removed from the slice's free list.
175 … calls `psa_free_key_slot()`. This function adds the newly freed slot to the head of the free list.
181 …free a key slice as soon as it becomes empty, because that would cause large allocations and deall…