Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dmemory_mock.c23 static uint32_t g_mallocMockIndex = __INT32_MAX__; variable
33 if (g_mallocNum == g_mallocMockIndex) { in HcfMalloc()
73 g_mallocMockIndex = __INT32_MAX__; in ResetRecordMallocNum()
78 g_mallocMockIndex = index; in SetMockMallocIndex()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dmemory_mock.c23 static uint32_t g_mallocMockIndex = __INT32_MAX__; variable
38 if (g_mallocNum == g_mallocMockIndex) { in CfMalloc()
78 g_mallocMockIndex = __INT32_MAX__; in ResetRecordMallocNum()
83 g_mallocMockIndex = index; in SetMockMallocIndex()