Lines Matching +full:non +full:- +full:continuous
2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
155 * @brief Initialize multiple non-continuous memory regions.
159 …* <li>This API is used to initialize multiple non-continuous memory regions. If the starting addre…
166 …ting address of a memory pool is specified, the start address of the non-continuous memory regions…
168 * <li>The multiple non-continuous memory regions shouldn't conflict with each other.</li>
173 …* @param memRegions [IN] The LosMemRegion array that contains multiple non-continuous memory r…
175 …* @param memRegionCount [IN] The count of non-continuous memory regions, and it should be the leng…
177 * @retval #LOS_NOK The multiple non-continuous memory regions fails to be initialized.
178 * @retval #LOS_OK The multiple non-continuous memory regions is initialized successfully.
217 * <li>The parameter input must be four byte-aligned.</li>
247 * <li>The size of the input parameter size must be four byte-aligned.</li>
288 * @brief Re-allocate a memory block.
304 …* it must be four byte-aligned; 2) if the ptr is allocated by LOS_MemAllocAlign, it must be aligne…
312 * @retval #NULL The memory fails to be re-allocated.
313 …* @retval #VOID* The memory is successfully re-allocated with the starting address of the new me…
479 * <li>The memory pool does not support multi-threaded concurrent application scenarios.