Searched refs:sAllocationDestroy (Results 1 – 1 of 1) sorted by relevance
290 static sAllocationDestroyFnPtr sAllocationDestroy; variable301 sAllocationDestroy = (sAllocationDestroyFnPtr)dlsym(handleIO, "rscAllocationDestroy"); in loadIOSuppLibSyms()302 if (sAllocationDestroy==nullptr) { in loadIOSuppLibSyms()325 rsc->mHal.funcs.allocation.destroy = sAllocationDestroy; in rsdHalInit()