Home
last modified time | relevance | path

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

/kernel/liteos_m/components/exchook/
Dlos_exc_info.c130 UINT32 memNum = *(UINT32 *)arg; in OsExcMemMsgGet() local
136 *((UINT32 *)g_excContent) = sizeof(MemInfoCB) * memNum; in OsExcMemMsgGet()
139 count = OsMemboxExcInfoGet(memNum, g_excContent); in OsExcMemMsgGet()
140 if (count < memNum) { in OsExcMemMsgGet()
142 (VOID)OsMemExcInfoGet(memNum - count, g_excContent); in OsExcMemMsgGet()