Home
last modified time | relevance | path

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

/kernel/liteos_m/kernel/src/mm/
Dlos_memory.c2074 VOID *lastStartAddress = NULL; local
2086 lastStartAddress = pool;
2105 …if ((lastStartAddress != NULL) && (((UINT8 *)lastStartAddress + lastLength) >= (UINT8 *)curStartAd…
2108 (UINTPTR)lastStartAddress, lastLength, (UINTPTR)curStartAddress);
2113 lastStartAddress = curStartAddress;
2119 STATIC INLINE VOID OsMemMulRegionsLink(struct OsMemPoolHead *poolHead, VOID *lastStartAddress, UINT… argument
2181 VOID *lastStartAddress = NULL; local
2193 lastStartAddress = pool;
2196 lastStartAddress = memRegion->startAddress;
2198 poolHead = (struct OsMemPoolHead *)lastStartAddress;
[all …]