Lines Matching refs:lastStartAddress
2074 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;
2199 ret = LOS_MemInit(lastStartAddress, lastLength);
2207 firstFreeNode = OS_MEM_FIRST_NODE(lastStartAddress);
2208 lastEndNode = OS_MEM_END_NODE(lastStartAddress, poolHead->info.totalSize);
2214 OsMemMulRegionsLink(poolHead, lastStartAddress, lastLength, lastEndNode, memRegion);
2215 lastStartAddress = curStartAddress;