Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/etc/
H A Dncsw_mem.c110 if (!p_Mem->p_MemDbg)
125 t_MemDbg *p_MemDbg = (t_MemDbg *)p_Mem->p_MemDbg;
144 p_MemDbg[blockIndex].ownerAddress = ownerAddress;
153 t_MemDbg *p_MemDbg = (t_MemDbg *)p_Mem->p_MemDbg;
194 if (p_MemDbg[blockIndex].ownerAddress == ILLEGAL_BASE)
607 if (p_Mem->p_MemDbg)
608 XX_Free(p_Mem->p_MemDbg);
720 t_MemDbg *p_MemDbg = (t_MemDbg *)p_Mem->p_MemDbg;
730 if (p_MemDbg[i].ownerAddress != ILLEGAL_BASE)
737 p_Block, p_MemDbg[i].ownerAddress);
[all …]
/f-stack/freebsd/contrib/ncsw/inc/etc/
H A Dmem_ext.h100 void *p_MemDbg; /* MEM debug database (MEM leaks detection) */ member