Home
last modified time | relevance | path

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

/kernel/liteos_a/security/vid/
Dvid.c151 UINT32 *tmpMap = NULL; in ReleaseVid() local
169 tmpMap = LOS_MemRealloc(m_aucSysMem0, idMap->bitMap, mapMaxNum * sizeof(UINT32)); in ReleaseVid()
170 if (tmpMap) { in ReleaseVid()
171 idMap->bitMap = tmpMap; in ReleaseVid()