Home
last modified time | relevance | path

Searched refs:curPool (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_m/kernel/src/mm/
Dlos_membox.c95 LOS_MEMBOX_INFO *curPool = NULL; in OsMemBoxAdd() local
98 curPool = nextPool; in OsMemBoxAdd()
102 if (curPool == NULL) { in OsMemBoxAdd()
105 curPool->nextMemBox = pool; in OsMemBoxAdd()
Dlos_memory.c918 VOID *curPool = g_poolHead; local
928 curPool = nextPool;
935 ((struct OsMemPoolHead *)curPool)->nextPool = pool;
946 VOID *curPool = NULL; local
955 curPool = g_poolHead;
959 … ((struct OsMemPoolHead *)curPool)->nextPool = ((struct OsMemPoolHead *)nextPool)->nextPool;
963 curPool = nextPool;
/kernel/liteos_a/kernel/base/mem/tlsf/
Dlos_memory.c896 VOID *curPool = g_poolHead; in OsMemPoolAdd() local
907 curPool = nextPool; in OsMemPoolAdd()
914 ((struct OsMemPoolHead *)curPool)->nextPool = pool; in OsMemPoolAdd()
925 VOID *curPool = NULL; in OsMemPoolDelete() local
934 curPool = g_poolHead; in OsMemPoolDelete()
938 … ((struct OsMemPoolHead *)curPool)->nextPool = ((struct OsMemPoolHead *)nextPool)->nextPool; in OsMemPoolDelete()
942 curPool = nextPool; in OsMemPoolDelete()