From 28159170bebc55c8424bb03fd30170b935be4885 Mon Sep 17 00:00:00 2001 From: brucezhao Date: Mon, 15 Jul 2024 02:09:36 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DOsMemPoolDeInit=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E5=90=8D=E9=94=99=E8=AF=AF=20=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E4=B8=BA`OsMemPoolDeinit`,=E8=80=8C=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E8=B0=83=E7=94=A8=E5=A4=84=E4=BD=BF=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=98=AF`OsMemPoolDeInit`,=E5=89=8D=E5=90=8E=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4=EF=BC=8C=E5=AF=B9=E5=87=BD=E6=95=B0=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: brucezhao --- kernel/base/mem/tlsf/los_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/base/mem/tlsf/los_memory.c b/kernel/base/mem/tlsf/los_memory.c index 3441b613..e4ff7792 100644 --- a/kernel/base/mem/tlsf/los_memory.c +++ b/kernel/base/mem/tlsf/los_memory.c @@ -887,7 +887,7 @@ STATIC UINT32 OsMemPoolInit(VOID *pool, UINT32 size) } #ifdef LOSCFG_MEM_MUL_POOL -STATIC VOID OsMemPoolDeinit(const VOID *pool, UINT32 size) +STATIC VOID OsMemPoolDeInit(const VOID *pool, UINT32 size) { #ifdef LOSCFG_KERNEL_LMS if (g_lms != NULL) {