Searched refs:ret_ptr (Results 1 – 1 of 1) sorted by relevance
846 void* ret_ptr = malloc(size); in MfeDrvMemMalloc() local847 ms_dprintk(DRV_L2, "[MFE MALLOC][%s] PTR: %p, SIZE: 0x%x\n", msg, ret_ptr, (unsigned int)size); in MfeDrvMemMalloc()848 return ret_ptr; in MfeDrvMemMalloc()