Searched refs:p_MemDbg (Results 1 – 2 of 2) sorted by relevance
110 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 …]
100 void *p_MemDbg; /* MEM debug database (MEM leaks detection) */ member