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

/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dncsw_mem.c108 p_Mem->p_MemDbg = (void *)XX_Malloc(sizeof(t_MemDbg) * p_Mem->num);
109 if (!p_Mem->p_MemDbg)
114 memset(p_Mem->p_MemDbg, ILLEGAL_BASE, sizeof(t_MemDbg) * p_Mem->num);
124 t_MemDbg *p_MemDbg = (t_MemDbg *)p_Mem->p_MemDbg; local
141 ASSERT_COND(p_MemDbg[blockIndex].ownerAddress == ILLEGAL_BASE);
143 p_MemDbg[blockIndex].ownerAddress = ownerAddress;
152 t_MemDbg *p_MemDbg = (t_MemDbg *)p_Mem->p_MemDbg; local
193 if (p_MemDbg[blockInde
719 t_MemDbg *p_MemDbg = (t_MemDbg *)p_Mem->p_MemDbg; local
[all...]
/freebsd-11-stable/sys/contrib/ncsw/inc/etc/
H A Dmem_ext.h99 void *p_MemDbg; /* MEM debug database (MEM leaks detection) */ member in struct:__anon8342

Completed in 118 milliseconds