Home
last modified time | relevance | path

Searched refs:totalMallocSize (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netstack/interfaces/kits/c/net_ssl/src/
H A Dnet_ssl_c.cpp147 size_t totalMallocSize = contentPtrSize; in OH_NetStack_GetCertificatesForHostName() local
149 totalMallocSize += innerCerts[i].size() + 1; in OH_NetStack_GetCertificatesForHostName()
151 char *ptr = (char *)malloc(totalMallocSize); in OH_NetStack_GetCertificatesForHostName()

Completed in 1 milliseconds