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

/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dmem.h67 uintptr_t ownerAddress; member in struct:t_MemDbg
H A Dncsw_mem.c121 static t_Error DebugMemGet(t_Handle h_Mem, void *p_Block, uintptr_t ownerAddress) argument
127 ASSERT_COND(ownerAddress != ILLEGAL_BASE);
141 ASSERT_COND(p_MemDbg[blockIndex].ownerAddress == ILLEGAL_BASE);
143 p_MemDbg[blockIndex].ownerAddress = ownerAddress;
193 if (p_MemDbg[blockIndex].ownerAddress == ILLEGAL_BASE)
199 p_MemDbg[blockIndex].ownerAddress = (uintptr_t)ILLEGAL_BASE;
729 if (p_MemDbg[i].ownerAddress != ILLEGAL_BASE)
736 p_Block, p_MemDbg[i].ownerAddress);
744 if (p_MemDbg[i].ownerAddress !
[all...]

Completed in 157 milliseconds