Lines Matching refs:blockIndex
126 uint32_t blockIndex;
133 blockIndex =
138 blockIndex = *(uint32_t *)((uint8_t *)p_Block - 4);
141 ASSERT_COND(blockIndex < p_Mem->num);
142 ASSERT_COND(p_MemDbg[blockIndex].ownerAddress == ILLEGAL_BASE);
144 p_MemDbg[blockIndex].ownerAddress = ownerAddress;
154 uint32_t blockIndex;
160 blockIndex =
163 if (blockIndex >= p_Mem->num)
171 blockIndex = *(uint32_t *)((uint8_t *)p_Block - 4);
173 if (blockIndex >= p_Mem->num)
180 p_Temp = p_Mem->p_Bases[blockIndex];
184 if (p_Temp == p_Mem->p_Bases[blockIndex])
194 if (p_MemDbg[blockIndex].ownerAddress == ILLEGAL_BASE)
200 p_MemDbg[blockIndex].ownerAddress = (uintptr_t)ILLEGAL_BASE;