Searched refs:ownerAddress (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/etc/
H A Dmem.h67 uintptr_t ownerAddress; member in struct:t_MemDbg
H A Dncsw_mem.c122 static t_Error DebugMemGet(t_Handle h_Mem, void *p_Block, uintptr_t ownerAddress)
128 ASSERT_COND(ownerAddress != ILLEGAL_BASE);
142 ASSERT_COND(p_MemDbg[blockIndex].ownerAddress == ILLEGAL_BASE);
144 p_MemDbg[blockIndex].ownerAddress = ownerAddress;
194 if (p_MemDbg[blockIndex].ownerAddress == ILLEGAL_BASE)
200 p_MemDbg[blockIndex].ownerAddress = (uintptr_t)ILLEGAL_BASE;
730 if (p_MemDbg[i].ownerAddress != ILLEGAL_BASE)
737 p_Block, p_MemDbg[i].ownerAddress);
745 if (p_MemDbg[i].ownerAddress !
[all...]

Completed in 54 milliseconds