Lines Matching full:dynamic
33 * @defgroup los_memory Dynamic memory
69 * The start address of exc interaction dynamic memory pool address, when the exc
76 * The start address of system dynamic memory pool address.
83 * @brief Deinitialize dynamic memory.
87 * <li>This API is used to deinitialize the dynamic memory of a doubly linked list.</li>
92 * @retval #OS_ERROR The dynamic memory fails to be deinitialized.
93 * @retval #LOS_OK The dynamic memory is successfully deinitialized.
138 * @brief Initialize dynamic memory.
142 * <li>This API is used to initialize the dynamic memory of a doubly linked list.</li>
149 …* <li>Call this API when dynamic memory needs to be initialized during the startup of Huawei LiteO…
157 * @retval #OS_ERROR The dynamic memory fails to be initialized.
158 * @retval #LOS_OK The dynamic memory is successfully initialized.
169 * @brief Enable memory pool to support dynamic expansion.
173 * <li>This API is used to enable the dynamic memory to expand size dynamically.</li>
177 * <li>The memory pool is default diabled dynamic expansion.
193 * @brief Allocate dynamic memory.
221 * @brief Free dynamic memory.
224 * <li>This API is used to free specified dynamic memory that has been allocated.</li>
231 * @param pool [IN] Pointer to the memory pool that contains the dynamic memory block to be freed.